From 566d3626f94a65e1c78e54136ebc17efb6f4591c Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 10 Dec 2015 14:47:56 +0100 Subject: [PATCH] Fix URLs --- components/common-lisp/puri/Makefile | 2 +- components/jq/Makefile | 4 ++-- components/junit/Makefile | 8 ++++---- components/pgloader/Makefile | 6 +++--- components/php-5_4-ext-memcached/Makefile | 6 +++--- components/php-5_5-ext-memcached/Makefile | 6 +++--- components/postgresql-93-pg_repack/Makefile | 6 +++--- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/components/common-lisp/puri/Makefile b/components/common-lisp/puri/Makefile index 9f035a494..1a5952c3d 100644 --- a/components/common-lisp/puri/Makefile +++ b/components/common-lisp/puri/Makefile @@ -22,7 +22,7 @@ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ sha256:25bd8fbd6daa8e324a7f5f870926c0a4e34efee50a960763f4b6af0dcd51e52c -COMPONENT_ARCHIVE_URL= http://files.b9.com/puri/$(COMPONENT_ARCHIVE) +COMPONENT_ARCHIVE_URL= http://files.kpe.io/puri/$(COMPONENT_ARCHIVE) COMPONENT_LICENSE= LLGPL COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license COMPONENT_SUMMARY= Puri provides a Common Lisp library for manipulating Universal Resource Identifiers diff --git a/components/jq/Makefile b/components/jq/Makefile index 4fbcf6abc..11a5cfa85 100644 --- a/components/jq/Makefile +++ b/components/jq/Makefile @@ -16,11 +16,11 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= jq COMPONENT_VERSION= 1.3 -COMPONENT_PROJECT_URL= http://stedolan.github.io/jq/ +COMPONENT_PROJECT_URL= https://stedolan.github.io/jq/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= sha256:623f23c36abfc1d96d85020cf421b56f90a229d566f26a4a0d3e8536244bfed7 -COMPONENT_ARCHIVE_URL= http://stedolan.github.io/jq/download/source/$(COMPONENT_ARCHIVE) +COMPONENT_ARCHIVE_URL= ftp://tux.rainside.sk/gentoo/distfiles/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk include ../../make-rules/configure.mk diff --git a/components/junit/Makefile b/components/junit/Makefile index 8b9a90934..0bce90e18 100644 --- a/components/junit/Makefile +++ b/components/junit/Makefile @@ -24,12 +24,12 @@ include ../../make-rules/shared-macros.mk COMPONENT_NAME= junit COMPONENT_VERSION= 4.11 -COMPONENT_PROJECT_URL= https://github.com/junit-team/junit/archive +COMPONENT_PROJECT_URL= https://github.com/junit-team/junit COMPONENT_SRC= $(COMPONENT_NAME)-r$(COMPONENT_VERSION) -COMPONENT_ARCHIVE= r$(COMPONENT_VERSION).zip +COMPONENT_ARCHIVE= r$(COMPONENT_VERSION).tar.gz COMPONENT_ARCHIVE_HASH= \ - sha256:d87f5733ca885a35b5ecbb14aa94dc63425d93c00089353fb2275b106ced09f5 -COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE) + sha256:7f427e18a21006ea5394fb71b268d2fa1d12a9f4575b5743ff093547c7ac7b37 +COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB= utility/junit include ../../make-rules/prep.mk diff --git a/components/pgloader/Makefile b/components/pgloader/Makefile index 030613b7f..e96d14204 100644 --- a/components/pgloader/Makefile +++ b/components/pgloader/Makefile @@ -19,12 +19,12 @@ COMPONENT_NAME= pgloader COMPONENT_VERSION= 2.3.1 COMPONENT_SUMMARY= pgBouncer connection pooler COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_COMMIT) -COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_COMMIT= c603221ae0948d02580e6fcfddfa90f3e6d2e6b0 COMPONENT_ARCHIVE_HASH= \ - sha256:acc852c9f616ca4e5e9add3a12691fc55847ef16fcf47065d13e495927f11385 + sha256:31f1ca8a365a8fb4b2e03e688f3e416d8cacd482f19f1bc8d9a8c212d3a63f72 COMPONENT_ARCHIVE_URL= \ - https://github.com/dimitri/pgloader/archive/$(COMPONENT_COMMIT).zip + https://github.com/dimitri/pgloader/archive/$(COMPONENT_COMMIT).tar.gz COMPONENT_PROJECT_URL = http://tapoueh.org/pgsql/pgloader.html # Don't depend on host default pg_config diff --git a/components/php-5_4-ext-memcached/Makefile b/components/php-5_4-ext-memcached/Makefile index 69250dadb..8338fba7b 100644 --- a/components/php-5_4-ext-memcached/Makefile +++ b/components/php-5_4-ext-memcached/Makefile @@ -26,9 +26,9 @@ COMPONENT_NAME= memcached COMPONENT_VERSION= 2.1.1 MEMCACHED_COMMIT= 37069e18ad399a8cc03d5fe9757e1481814ecb44 COMPONENT_SRC= php-memcached-$(MEMCACHED_COMMIT) -COMPONENT_ARCHIVE= php-memcached-libmemcached-$(MEMCACHED_COMMIT).zip -COMPONENT_ARCHIVE_HASH= sha256:716271f233b21aaec1a00b65982667f4a52c69c84659a953a93d2ebd374860af -COMPONENT_ARCHIVE_URL= https://github.com/paravoid/php-memcached/archive/$(MEMCACHED_COMMIT).zip +COMPONENT_ARCHIVE= php-memcached-libmemcached-$(MEMCACHED_COMMIT).tar.gz +COMPONENT_ARCHIVE_HASH= sha256:0292011ed3ad06aae83c7bf7003b98b60ae456a68fec332c139b048b2ed6c766 +COMPONENT_ARCHIVE_URL= https://github.com/paravoid/php-memcached/archive/$(MEMCACHED_COMMIT).tar.gz include ../../make-rules/prep.mk include ../../make-rules/configure.mk diff --git a/components/php-5_5-ext-memcached/Makefile b/components/php-5_5-ext-memcached/Makefile index 45e07eabd..b1f125cbc 100644 --- a/components/php-5_5-ext-memcached/Makefile +++ b/components/php-5_5-ext-memcached/Makefile @@ -26,9 +26,9 @@ COMPONENT_NAME= php-5_5-ext-memcached COMPONENT_VERSION= 2.1.1 MEMCACHED_COMMIT= 37069e18ad399a8cc03d5fe9757e1481814ecb44 COMPONENT_SRC= php-memcached-$(MEMCACHED_COMMIT) -COMPONENT_ARCHIVE= php-memcached-libmemcached-$(MEMCACHED_COMMIT).zip -COMPONENT_ARCHIVE_HASH= sha256:716271f233b21aaec1a00b65982667f4a52c69c84659a953a93d2ebd374860af -COMPONENT_ARCHIVE_URL= https://github.com/paravoid/php-memcached/archive/$(MEMCACHED_COMMIT).zip +COMPONENT_ARCHIVE= php-memcached-libmemcached-$(MEMCACHED_COMMIT).tar.gz +COMPONENT_ARCHIVE_HASH= sha256:0292011ed3ad06aae83c7bf7003b98b60ae456a68fec332c139b048b2ed6c766 +COMPONENT_ARCHIVE_URL= https://github.com/paravoid/php-memcached/archive/$(MEMCACHED_COMMIT).tar.gz include ../../make-rules/prep.mk include ../../make-rules/configure.mk diff --git a/components/postgresql-93-pg_repack/Makefile b/components/postgresql-93-pg_repack/Makefile index ba3c8e2c1..0b713ca15 100644 --- a/components/postgresql-93-pg_repack/Makefile +++ b/components/postgresql-93-pg_repack/Makefile @@ -19,12 +19,12 @@ COMPONENT_NAME= pg_repack COMPONENT_VERSION= 1.1.8 COMPONENT_SUMMARY= pg_repack - utility to reorganize PostgreSQL tables on-line COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_COMMIT) -COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_COMMIT= 7487a775d5e95f26bbdd6c555b927dc19211de53 COMPONENT_ARCHIVE_HASH= \ - sha256:64a67d41db74f3a9152e4bab09845fdbec8d0f03c3fcc0292dbe4426f1420daa + sha256:1445733482d10f361023c74583e37710cce6c85a91af4dfc44fec92eef88880a COMPONENT_ARCHIVE_URL= \ - https://github.com/reorg/pg_repack/archive/$(COMPONENT_COMMIT).zip + https://github.com/reorg/pg_repack/archive/$(COMPONENT_COMMIT).tar.gz COMPONENT_PROJECT_URL = http://reorg.github.io/pg_repack/ PG_VERSION= 9.3 -- 2.11.4.GIT