diff options
author | wiz <wiz@pkgsrc.org> | 2020-07-11 10:26:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-07-11 10:26:04 +0000 |
commit | 7bc8e89ca51d7122f270f39e52a84b11fd5cd622 (patch) | |
tree | 52c2735b36aa78b1103712a4b8cf38c96afb0c42 /archivers/libzip/Makefile | |
parent | 7182e821cfe9eddd434626a7c0ba6048e028f5d3 (diff) | |
download | pkgsrc-7bc8e89ca51d7122f270f39e52a84b11fd5cd622.tar.gz |
libzip: update to 1.7.2.
Add github master site as fallback.
1.7.2 [2020-07-11]
==================
* Fixes for the CMake find_project() files.
* libzip moved to the CMake libzip:: NAMESPACE.
* CMake usage best practice cleanups.
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 0fdc2284653..750d696b2b7 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2020/06/13 10:46:55 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2020/07/11 10:26:04 wiz Exp $ -DISTNAME= libzip-1.7.1 +DISTNAME= libzip-1.7.2 CATEGORIES= archivers devel MASTER_SITES= https://libzip.org/download/ +MASTER_SITES+= ${MASTER_SITE_GITHUB:=nih-at/} EXTRACT_SUFX= .tar.xz +GITHUB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= wiz@NetBSD.org HOMEPAGE= https://www.libzip.org/ |