diff options
author | Pedro Filipe <xpecex@outlook.com> | 2018-09-07 19:33:11 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-09-19 02:23:44 +0300 |
commit | 46b695a503251fb6c9cf890655677b7800001ec2 (patch) | |
tree | f15614cb58c127c964090311b2a4bb5f787b5fb7 /community | |
parent | 56719e5a09dc78a0d2ab9ef9dfb7bff6b777bfbe (diff) | |
download | aports-46b695a503251fb6c9cf890655677b7800001ec2.tar.bz2 aports-46b695a503251fb6c9cf890655677b7800001ec2.tar.xz |
community/bareos-webui: upgrade to 17.2.5
Diffstat (limited to 'community')
-rw-r--r-- | community/bareos-webui/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/bareos-webui/APKBUILD b/community/bareos-webui/APKBUILD index cc7aa2173f..5822fbe9cc 100644 --- a/community/bareos-webui/APKBUILD +++ b/community/bareos-webui/APKBUILD @@ -1,9 +1,10 @@ +# Contributor: Pedro Filipe <xpecex@outlook.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> _php=php7 pkgname=bareos-webui -pkgver=17.2.4 +pkgver=17.2.5 pkgrel=0 pkgdesc="Bareos Web User Interface" url="http://www.bareos.org/en/bareos-webui.html" @@ -53,5 +54,5 @@ nginx() { install -Dm644 "$builddir"/install/nginx/$pkgname.conf "$subpkgdir"/etc/nginx/conf.d/$pkgname.conf } -sha512sums="6b5ebb64285d08d18341dcd3c020785949c36d32f825061c757f91763b4c934805f84321f005987fcca2544a95644920ef44fa6773e663e70a032448289812cf bareos-webui-17.2.4.tar.gz +sha512sums="904ebc549bd2bf0837fca2ecda8c1ff561628c568dda4eca96f40a2e6956db026e6c8a5cd55d129100696fcadd08bc3ff1f4c0d2ce0867c14ffce269c8a097a8 bareos-webui-17.2.5.tar.gz f015fed04d1ab2d1410d3abe37329d2b48ecc54cd5fa0a0dd560c83ce0b9f04383219e6fa77d6a42752aeec8c26f9a27d53048edf0672435ef1e0cadaf2bae17 nginx-conf.patch" |