diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 20:28:25 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 20:59:17 +0000 |
commit | db1e516823020cabdb8a2512016e85f2637b798a (patch) | |
tree | 1e03cdad0af501afc4492ee3b9ae405db96d4bbd /main | |
parent | 37f9f8621478190e625e000a593cff519d45a33d (diff) | |
download | aports-db1e516823020cabdb8a2512016e85f2637b798a.tar.bz2 aports-db1e516823020cabdb8a2512016e85f2637b798a.tar.xz |
main/acf-postfix: upgrade to 0.4.0
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-postfix/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-postfix/APKBUILD b/main/acf-postfix/APKBUILD index f521975d5..ead9d8001 100644 --- a/main/acf-postfix/APKBUILD +++ b/main/acf-postfix/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-postfix -pkgver=0.3.2 -pkgrel=2 +pkgver=0.4.0 +pkgrel=0 pkgdesc="A web-based system administration interface for postfix" url="http://git.alpinelinux.org/cgit/acf-postfix" arch="noarch" @@ -20,4 +20,4 @@ package() { } -md5sums="e1948bc593901f3cace75bc221384eb2 acf-postfix-0.3.2.tar.bz2" +md5sums="79c0c0bac5899fc729710e445af29154 acf-postfix-0.4.0.tar.bz2" |