diff options
Diffstat (limited to 'testing/phppgadmin')
-rw-r--r-- | testing/phppgadmin/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/phppgadmin/APKBUILD b/testing/phppgadmin/APKBUILD index f406e4f373..f6a3405448 100644 --- a/testing/phppgadmin/APKBUILD +++ b/testing/phppgadmin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Matt Smith <mcs@darkregion.net> -# Maintainer: Matt Smith <mcs@darkregion.net> +# Maintainer: Matt Smith <mcs@darkregion.net> pkgname=phppgadmin _pkgname=phpPgAdmin -pkgver=5.0.4 +pkgver=5.1 pkgrel=0 pkgdesc="A Web-based PHP tool for administering PostgreSQL" url="http://phppgadmin.sourceforge.net/" @@ -64,5 +64,9 @@ doc() { done } -md5sums="682a0cfe18d5284967bc73ead9d7a21d phpPgAdmin-5.0.4.tar.gz +md5sums="554c94f5b38a1c6e8327ec3aa4cc6538 phpPgAdmin-5.1.tar.gz 670eec89bbe794a50d36c80f02608708 phppgadmin.apache2.conf" +sha256sums="42294e7b19d3b4003912eaad9a34df4096c0380871aedce152aa13d4955878a5 phpPgAdmin-5.1.tar.gz +fb8fe69a0f8bd2efd93e697d5071273cad508f5c46242c112966ec65662c678f phppgadmin.apache2.conf" +sha512sums="4a9502f234dd09487b016130217bc052899b9ba2ced953133defb0d095e9853570b766aa96bbdb4c315e42ca73002515fb8755166558e79e833b433eebd9bc22 phpPgAdmin-5.1.tar.gz +7dbc314c1c1dd3ab14a19323f01650fa1ef498e511ed4a05dac57438c9b926c7af0ad4260059b7cc971572557ef7001bcd110fbf0fa466e153f6125e38c15aeb phppgadmin.apache2.conf" |