diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-26 14:28:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-26 14:28:55 +0000 |
commit | 164549098077a5afcb7fedc2ad625a21d8edde11 (patch) | |
tree | 337d32d6833887a673455c73db31be6b7196399e /main | |
parent | 8a458ebd3d4aaace24eea9afedeee514fd3f1ac8 (diff) | |
parent | 9d22faf55f9a597c48b37aff2032224ab076c7d5 (diff) | |
download | aports-164549098077a5afcb7fedc2ad625a21d8edde11.tar.bz2 aports-164549098077a5afcb7fedc2ad625a21d8edde11.tar.xz |
Merge remote branch 'tdtrask/master'
Diffstat (limited to 'main')
-rw-r--r-- | main/acf-postfix/APKBUILD | 4 | ||||
-rw-r--r-- | main/acf-shorewall/APKBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/main/acf-postfix/APKBUILD b/main/acf-postfix/APKBUILD index cdd2c02d7c..467779da37 100644 --- a/main/acf-postfix/APKBUILD +++ b/main/acf-postfix/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-postfix -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=0 pkgdesc="A web-based system administration interface for postfix" url="http://git.alpinelinux.org/cgit/acf-postfix" @@ -18,4 +18,4 @@ build() { } -md5sums="74170f58a19de06875047e2585f50380 acf-postfix-0.3.0.tar.bz2" +md5sums="1e414aba708d5edfffe73da6e4639692 acf-postfix-0.3.1.tar.bz2" diff --git a/main/acf-shorewall/APKBUILD b/main/acf-shorewall/APKBUILD index efa24c3a95..025026776d 100644 --- a/main/acf-shorewall/APKBUILD +++ b/main/acf-shorewall/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-shorewall -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=0 pkgdesc="A web-based system administration interface for shorewall" url="http://git.alpinelinux.org/cgit/acf-shorewall" @@ -12,4 +12,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="31deda2a0f3d44b5560f5d4f419e7f53 acf-shorewall-0.6.0.tar.bz2" +md5sums="218dc8f6115da0223b70284bde1066e9 acf-shorewall-0.6.1.tar.bz2" |