diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 17:08:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-25 19:38:23 +0200 |
commit | 79e66ec47dd9bc149e301a30a3f93f5edb9d5830 (patch) | |
tree | 825623fc1c3a458953bd48f26b84d711b56d4431 /dev-db/pgagent | |
parent | dev-db/pgadmin4: Inline mirror://postgresql (diff) | |
download | gentoo-79e66ec47dd9bc149e301a30a3f93f5edb9d5830.tar.gz gentoo-79e66ec47dd9bc149e301a30a3f93f5edb9d5830.tar.bz2 gentoo-79e66ec47dd9bc149e301a30a3f93f5edb9d5830.zip |
dev-db/pgagent: Inline mirror://postgresql
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/pgagent')
-rw-r--r-- | dev-db/pgagent/pgagent-3.4.0-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-db/pgagent/pgagent-4.0.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild index 81dd4cdf8aad..399bd3b0ab28 100644 --- a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild +++ b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild @@ -13,7 +13,7 @@ KEYWORDS="amd64 x86" DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL" HOMEPAGE="http://www.pgadmin.org/download/pgagent.php" -SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz" +SRC_URI="https://ftp.postgresql.org/pub/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz" LICENSE="POSTGRESQL GPL-2" SLOT="0" IUSE="" diff --git a/dev-db/pgagent/pgagent-4.0.0.ebuild b/dev-db/pgagent/pgagent-4.0.0.ebuild index 19115c249627..dab33c73221a 100644 --- a/dev-db/pgagent/pgagent-4.0.0.ebuild +++ b/dev-db/pgagent/pgagent-4.0.0.ebuild @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86" DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL" HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/" -SRC_URI="mirror://postgresql/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz" +SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz" LICENSE="POSTGRESQL GPL-2" SLOT="0" |