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 b0b999c2c2..8c1d6aca76 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,18 +1,18 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-core -pkgver=0.15.2 +pkgver=0.15.3 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" arch="noarch" license="GPL-2" install="$pkgname.post-upgrade" -depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5" +depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5 lua-json4" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="4766479f0facafc8b9a1f9a5c8c34027 acf-core-0.15.2.tar.bz2" +md5sums="3463cf1640d13cf39b82d47136549235 acf-core-0.15.3.tar.bz2" |