diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-01-23 15:30:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 13:03:42 +0000 |
commit | d4f1afe813acb4313df8ff5ebc43770fef852f85 (patch) | |
tree | 73607731ea11ebc49e7e355b3ada1f9a46832c04 /testing | |
parent | a0ad69bca57742fda18192e69dfe49ea32ca8561 (diff) | |
download | aports-d4f1afe813acb4313df8ff5ebc43770fef852f85.tar.bz2 aports-d4f1afe813acb4313df8ff5ebc43770fef852f85.tar.xz |
testing/phppgadmin: upgrade to 5.1
Diffstat (limited to 'testing')
-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" |