aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-11-06 23:20:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-11-06 23:20:54 +0000
commit32d19016cfe74ce294b2d9f66307968fd0dda21b (patch)
tree646a6a248dfa376fbf04bdf465c4404dae83db6f
parent06ab27483c8cefcd2586ef096503aa362ace212d (diff)
downloadalpine_aports-32d19016cfe74ce294b2d9f66307968fd0dda21b.tar.bz2
alpine_aports-32d19016cfe74ce294b2d9f66307968fd0dda21b.tar.xz
alpine_aports-32d19016cfe74ce294b2d9f66307968fd0dda21b.zip
main/acf-core: upgrade to 0.15.3
-rw-r--r--main/acf-core/APKBUILD6
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 @@
1# Contributor: Ted Trask <ttrask01@yahoo.com> 1# Contributor: Ted Trask <ttrask01@yahoo.com>
2# Maintainer: Ted Trask <ttrask01@yahoo.com> 2# Maintainer: Ted Trask <ttrask01@yahoo.com>
3pkgname=acf-core 3pkgname=acf-core
4pkgver=0.15.2 4pkgver=0.15.3
5pkgrel=0 5pkgrel=0
6pkgdesc="A web-based system administration interface framework" 6pkgdesc="A web-based system administration interface framework"
7url="http://git.alpinelinux.org/cgit/acf-core" 7url="http://git.alpinelinux.org/cgit/acf-core"
8arch="noarch" 8arch="noarch"
9license="GPL-2" 9license="GPL-2"
10install="$pkgname.post-upgrade" 10install="$pkgname.post-upgrade"
11depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5" 11depends="acf-jquery acf-lib acf-skins haserl lua lua-posix lua-md5 lua-json4"
12source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" 12source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
13 13
14package() { 14package() {
15 cd "$srcdir/$pkgname-$pkgver" 15 cd "$srcdir/$pkgname-$pkgver"
16 make DESTDIR="$pkgdir" install 16 make DESTDIR="$pkgdir" install
17} 17}
18md5sums="4766479f0facafc8b9a1f9a5c8c34027 acf-core-0.15.2.tar.bz2" 18md5sums="3463cf1640d13cf39b82d47136549235 acf-core-0.15.3.tar.bz2"