Revision: 26587 http://sourceforge.net/p/gar/code/26587 Author: dmichelsen Date: 2019-10-07 12:20:21 +0000 (Mon, 07 Oct 2019) Log Message: ----------- pbzip2/trunk: Update to 1.1.13
Modified Paths: -------------- csw/mgar/pkg/pbzip2/trunk/Makefile csw/mgar/pkg/pbzip2/trunk/checksums Modified: csw/mgar/pkg/pbzip2/trunk/Makefile =================================================================== --- csw/mgar/pkg/pbzip2/trunk/Makefile 2019-10-07 11:39:58 UTC (rev 26586) +++ csw/mgar/pkg/pbzip2/trunk/Makefile 2019-10-07 12:20:21 UTC (rev 26587) @@ -1,5 +1,5 @@ NAME = pbzip2 -VERSION = 1.1.6 +VERSION = 1.1.13 GARTYPE = v2 DESCRIPTION = Parallel BZIP2 Data Compression Software @@ -10,9 +10,11 @@ bzip2 v1.0.2 or newer endef -MASTER_SITES = http://compression.ca/pbzip2/ -DISTFILES = $(NAME)-$(VERSION).tar.gz +MASTER_SITES += https://launchpad.net/pbzip2/1.1/$(VERSION)/+download/ +DISTFILES += $(NAME)-$(VERSION).tar.gz +VENDOR_URL = https://launchpad.net/pbzip2/ + PACKAGES += CSWpbzip2 CATALOGNAME_CSWpbzip2 = pbzip2 SPKG_DESC_CSWpbzip2 = Parallel BZIP2 data compression software Modified: csw/mgar/pkg/pbzip2/trunk/checksums =================================================================== --- csw/mgar/pkg/pbzip2/trunk/checksums 2019-10-07 11:39:58 UTC (rev 26586) +++ csw/mgar/pkg/pbzip2/trunk/checksums 2019-10-07 12:20:21 UTC (rev 26587) @@ -1 +1 @@ -26cc5a0d882198f106e75101ff0544a3 pbzip2-1.1.6.tar.gz +4cb87da2dba05540afce162f34b3a9a6 pbzip2-1.1.13.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.