diff options
Diffstat (limited to 'main/acf-core/APKBUILD')
-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 6ea2cdbe1f..6872173969 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.9.1 -pkgrel=1 +pkgver=0.10.0 +pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" license="GPL-2" @@ -12,4 +12,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="0ec04332b2c96b1e651b8b667c74b873 acf-core-0.9.1.tar.bz2" +md5sums="34dade6fd5f70f3319cd4f4aee46062b acf-core-0.10.0.tar.bz2" |