diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 19:32:51 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-04-08 19:37:29 +0100 |
commit | 8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e (patch) | |
tree | 105c06a7dc70da2caac4ae125b9afee18f02507b /dev-java/jdbc-postgresql | |
parent | dev-java/jgraph: use HTTPS (diff) | |
download | gentoo-8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e.tar.gz gentoo-8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e.tar.bz2 gentoo-8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e.zip |
dev-java/jdbc-postgresql: use HTTPS
Diffstat (limited to 'dev-java/jdbc-postgresql')
5 files changed, 15 insertions, 15 deletions
diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild index c69374a06794..276db9dd4d51 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild index a0f2da4263f0..85728f172373 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild index a0f2da4263f0..85728f172373 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild index 8da80597d544..7d5e2a0e06f3 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild index 6db452316d8c..d15404c14f40 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" |