diff options
-rw-r--r-- | meta-networking/recipes-support/pgpool2/pgpool2_4.5.5.bb (renamed from meta-networking/recipes-support/pgpool2/pgpool2_4.5.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/pgpool2/pgpool2_4.5.4.bb b/meta-networking/recipes-support/pgpool2/pgpool2_4.5.5.bb index 5eb06e0298..5adb8a7bf0 100644 --- a/meta-networking/recipes-support/pgpool2/pgpool2_4.5.4.bb +++ b/meta-networking/recipes-support/pgpool2/pgpool2_4.5.5.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "Pgpool-II is a middleware that works between PostgreSQL \ | |||
5 | under a license similar to BSD and MIT. It provides the \ | 5 | under a license similar to BSD and MIT. It provides the \ |
6 | following features." | 6 | following features." |
7 | 7 | ||
8 | HOMEPAGE = "http://pgpool.net" | 8 | HOMEPAGE = "https://pgpool.net" |
9 | 9 | ||
10 | LICENSE = "BSD-2-Clause" | 10 | LICENSE = "BSD-2-Clause" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4b38de086d73e0521de0bbdbaa4a1a9" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4b38de086d73e0521de0bbdbaa4a1a9" |
@@ -18,7 +18,7 @@ SRC_URI = "https://www.pgpool.net/mediawiki/images/pgpool-II-${PV}.tar.gz \ | |||
18 | file://pgpool.sysconfig \ | 18 | file://pgpool.sysconfig \ |
19 | file://pgpool.service \ | 19 | file://pgpool.service \ |
20 | " | 20 | " |
21 | SRC_URI[sha256sum] = "d1392e74ce2807f8ae628872cb1ab7914249921180dc99df40a1d602647a10fd" | 21 | SRC_URI[sha256sum] = "95ffeeaeb6b0cebea8034e30fc1933fec7384b227ad511305eaccc5d090ff998" |
22 | 22 | ||
23 | S = "${UNPACKDIR}/pgpool-II-${PV}" | 23 | S = "${UNPACKDIR}/pgpool-II-${PV}" |
24 | 24 | ||