summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-15 17:08:15 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-25 19:38:24 +0200
commit58c305c85c1818e925c1d10b02f2702f16cfad35 (patch)
tree724f17ad0a49690cff5821d46314a528e10ab3ec /dev-db/postgresql/postgresql-11.5.ebuild
parentdev-db/pgagent: Inline mirror://postgresql (diff)
downloadgentoo-58c305c85c1818e925c1d10b02f2702f16cfad35.tar.gz
gentoo-58c305c85c1818e925c1d10b02f2702f16cfad35.tar.bz2
gentoo-58c305c85c1818e925c1d10b02f2702f16cfad35.zip
dev-db/postgresql: Inline mirror://postgresql
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-11.5.ebuild')
-rw-r--r--dev-db/postgresql/postgresql-11.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-11.5.ebuild b/dev-db/postgresql/postgresql-11.5.ebuild
index b55fe07666c3..eabaceb15f27 100644
--- a/dev-db/postgresql/postgresql-11.5.ebuild
+++ b/dev-db/postgresql/postgresql-11.5.ebuild
@@ -18,7 +18,7 @@ SLOT=$(ver_cut 1)
MY_PV=${PV/_/}
S="${WORKDIR}/${PN}-${MY_PV}"
-SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
+SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
LICENSE="POSTGRESQL GPL-2"
DESCRIPTION="PostgreSQL RDBMS"