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 b25cd9bb87..458b211137 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.11.0 +pkgver=0.12.0 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" @@ -14,4 +14,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="26e72649cd266bedbfd9f2d3a6eb5f6e acf-core-0.11.0.tar.bz2" +md5sums="f44c74e0ceebdc953553c6dc7386f3a7 acf-core-0.12.0.tar.bz2" |