diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-11-06 23:20:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-11-06 23:20:54 +0000 |
commit | 32d19016cfe74ce294b2d9f66307968fd0dda21b (patch) | |
tree | 646a6a248dfa376fbf04bdf465c4404dae83db6f /main/acf-core | |
parent | 06ab27483c8cefcd2586ef096503aa362ace212d (diff) | |
download | aports-32d19016cfe74ce294b2d9f66307968fd0dda21b.tar.bz2 aports-32d19016cfe74ce294b2d9f66307968fd0dda21b.tar.xz |
main/acf-core: upgrade to 0.15.3
Diffstat (limited to 'main/acf-core')
-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" |