diff options
author | Pedro Filipe <pedrofilipecerqueira@outlook.com> | 2019-06-18 22:31:29 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-19 10:16:15 +0000 |
commit | 3c14e449a4835e5c55e26e4d3f655d08f3330a68 (patch) | |
tree | 343f42b6b384ff38cb9327e2f57106c8de921d5d /community/postfixadmin | |
parent | 99a038b6d828fe7045ef6d1e3f3d9bb38b73a8a2 (diff) | |
download | aports-3c14e449a4835e5c55e26e4d3f655d08f3330a68.tar.bz2 aports-3c14e449a4835e5c55e26e4d3f655d08f3330a68.tar.xz |
community/postfixadmin: upgrade to 3.2
Diffstat (limited to 'community/postfixadmin')
-rw-r--r-- | community/postfixadmin/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/postfixadmin/APKBUILD b/community/postfixadmin/APKBUILD index 5acbc6dfb3..9845a2d732 100644 --- a/community/postfixadmin/APKBUILD +++ b/community/postfixadmin/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _php=php7 pkgname=postfixadmin -pkgver=3.1 +pkgver=3.2.2 pkgrel=0 pkgdesc="Web Based Management tool for Postfix" url="http://postfixadmin.com/" @@ -11,17 +11,13 @@ arch="noarch" license="GPL" depends="$_php" options="!check" -source="https://downloads.sourceforge.net/project/postfixadmin/postfixadmin/postfixadmin-$pkgver/postfixadmin-$pkgver.tar.gz" +source="https://github.com/postfixadmin/$pkgname/archive/postfixadmin-$pkgver.tar.gz" # secfixes: # 3.0.2-r0: # - CVE-2017-5930 -builddir="$srcdir"/postfixadmin-$pkgver - -prepare() { - default_prepare || return 1 -} +builddir="$srcdir/$pkgname-$pkgname-$pkgver" build() { cd "$builddir" @@ -42,4 +38,4 @@ package() { > "$pkgdir"/usr/share/webapps/postfixadmin/robots.txt } -sha512sums="a3e1ecb3ac4ff4d604533bce532694bcc304b9b3d3e1b1ec840be6d007027705113f067393486f58908dd3846332ecf59c9c3c1a5123d03aa088f47593a75812 postfixadmin-3.1.tar.gz" +sha512sums="6c84cb215e69c52c26db0651e5d0d9d8bcb0a63b00d3c197f10fa1f0442a1fde44bb514fb476a1e68a21741d603febac67282961d01270e5969ee13d145121ee postfixadmin-3.2.2.tar.gz" |