diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-12-26 21:22:45 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-12-26 21:22:45 +0000 |
commit | 2de990e6aadce86d0d8e66894e3a73fd31ec59e3 (patch) | |
tree | a8778fb819d861df4937ff2d462b4a7615250f8c /main/acf-core | |
parent | 661d357b739da454071504a178badd8256f562c5 (diff) | |
download | aports-2de990e6aadce86d0d8e66894e3a73fd31ec59e3.tar.bz2 aports-2de990e6aadce86d0d8e66894e3a73fd31ec59e3.tar.xz |
main/acf-core: upgrade to 0.16.0
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 a1cfa2d12f..271cb96867 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.4 +pkgver=0.16.0 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 lua-json4" +depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5 lua-json4 lua-subprocess" source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="519332d7362673420a990181441280be acf-core-0.15.4.tar.bz2" +md5sums="cbb99e13db37906fa4d6fddc776f029f acf-core-0.16.0.tar.bz2" |