diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 04:14:16 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 04:28:37 +0100 |
commit | 554a819b4bd07913af67e279a47c112bac0c645f (patch) | |
tree | eab95337d539a90017fe6915b7883c93de0d9a57 /community/postfixadmin | |
parent | a433269fccb8d9f8c642b64000a79e801a50afcc (diff) | |
download | aports-554a819b4bd07913af67e279a47c112bac0c645f.tar.bz2 aports-554a819b4bd07913af67e279a47c112bac0c645f.tar.xz |
community/postfixadmin: upgrade to 3.2.3
Diffstat (limited to 'community/postfixadmin')
-rw-r--r-- | community/postfixadmin/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD index 9845a2d732..6bcf7a10c3 100644 --- a/community/postfixadmin/APKBUILD +++ b/community/postfixadmin/APKBUILD @@ -3,15 +3,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _php=php7 pkgname=postfixadmin -pkgver=3.2.2 +pkgver=3.2.3 pkgrel=0 pkgdesc="Web Based Management tool for Postfix" url="http://postfixadmin.com/" arch="noarch" -license="GPL" +license="GPL-2.0-or-later" depends="$_php" options="!check" -source="https://github.com/postfixadmin/$pkgname/archive/postfixadmin-$pkgver.tar.gz" +source="https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-$pkgver.tar.gz" # secfixes: # 3.0.2-r0: @@ -19,12 +19,7 @@ source="https://github.com/postfixadmin/$pkgname/archive/postfixadmin-$pkgver.ta builddir="$srcdir/$pkgname-$pkgname-$pkgver" -build() { - cd "$builddir" -} - package() { - cd "$builddir" mkdir -p "$pkgdir"/usr/share/webapps/postfixadmin \ "$pkgdir"/etc/postfixadmin cp -r * "$pkgdir"/usr/share/webapps/postfixadmin/ @@ -38,4 +33,4 @@ package() { > "$pkgdir"/usr/share/webapps/postfixadmin/robots.txt } -sha512sums="6c84cb215e69c52c26db0651e5d0d9d8bcb0a63b00d3c197f10fa1f0442a1fde44bb514fb476a1e68a21741d603febac67282961d01270e5969ee13d145121ee postfixadmin-3.2.2.tar.gz" +sha512sums="d44addb9a3ca830caf55b603363054df561d659957f21cab7523465ebf02ca18abe7fcf298fe718d957d0b7bf5613e2dde69c78c26e0f7f6f595d79b28fe08ab postfixadmin-3.2.3.tar.gz" |