diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-07-29 14:02:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-07-29 14:02:32 +0000 |
commit | 4786cf8978cfcd9ca4390465d60433db0740907f (patch) | |
tree | f17221e422673c6d5c88bcc3fad491e7cd0eaa99 /main/acf-core | |
parent | b967bcc2298dadd6d7a81132505a283c46c9ec44 (diff) | |
download | aports-4786cf8978cfcd9ca4390465d60433db0740907f.tar.bz2 aports-4786cf8978cfcd9ca4390465d60433db0740907f.tar.xz |
main/acf-core: upgrade to 0.10.6
Diffstat (limited to 'main/acf-core')
-rw-r--r-- | main/acf-core/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index c7478cc0ed..4e93793ced 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-core -pkgver=0.10.5 -pkgrel=1 +pkgver=0.10.6 +pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" license="GPL-2" @@ -13,4 +13,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="d7bb470cac2442ad01028640fff6956c acf-core-0.10.5.tar.bz2" +md5sums="639d754db07765def69ead9d7169637f acf-core-0.10.6.tar.bz2" |