From 32d19016cfe74ce294b2d9f66307968fd0dda21b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 6 Nov 2012 23:20:54 +0000 Subject: main/acf-core: upgrade to 0.15.3 --- main/acf-core/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index b0b999c2c..8c1d6aca7 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,18 +1,18 @@ # Contributor: Ted Trask # Maintainer: Ted Trask 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" -- cgit v1.2.3