diff options
-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 8dc4c840e8..5b84f0816f 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-core -pkgver=0.8.5 +pkgver=0.9.0 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" license="GPL-2" -depends="acf-skins haserl lua luaposix md5" +depends="acf-jquery acf-lib acf-skins haserl lua luaposix md5" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="beb566984d64373caa8eddcb69d0451a acf-core-0.8.5.tar.bz2" +md5sums="1de4ac2822d280d5587363ed768e74eb acf-core-0.9.0.tar.bz2" |