summaryrefslogtreecommitdiffstats
path: root/main/acf-core/APKBUILD
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-13 21:18:25 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-13 21:18:59 +0000
commit181fd98b236525517230c753b73918b9ec275e75 (patch)
treea4442cbb85d1230d95740bd05d68abf5066c936f /main/acf-core/APKBUILD
parent62c41093ed139054970380be77e4e922ac1eadba (diff)
downloadaports-181fd98b236525517230c753b73918b9ec275e75.tar.bz2
aports-181fd98b236525517230c753b73918b9ec275e75.tar.xz
main/acf-core: upgrade to 0.14.1
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r--main/acf-core/APKBUILD19
1 files changed, 4 insertions, 15 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD
index 69dd1718d..6b05ce62d 100644
--- a/main/acf-core/APKBUILD
+++ b/main/acf-core/APKBUILD
@@ -1,29 +1,18 @@
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-core
-pkgver=0.14.0
-pkgrel=1
+pkgver=0.14.1
+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"
-source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2
- 0001-acfpasswd-new-tool-to-set-passwords-from-comman-line.patch
- "
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
+source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums="50ceb0f38330de37ec5d5a1d4cc28706 acf-core-0.14.0.tar.bz2
-186de27cd4bf66454ede177ae723c321 0001-acfpasswd-new-tool-to-set-passwords-from-comman-line.patch"
+md5sums="07b57722ae69f1f3a82f51a2eab7e334 acf-core-0.14.1.tar.bz2"