diff options
-rw-r--r-- | main/acf-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index dc73f7f38a..3834ca86c9 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-core -pkgver=0.10.4 +pkgver=0.10.5 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" @@ -13,4 +13,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="dac7ee0dee9220d847dd6027179b2bbc acf-core-0.10.4.tar.bz2" +md5sums="d7bb470cac2442ad01028640fff6956c acf-core-0.10.5.tar.bz2" |