From 4f91626f29ddb31cf38245fc8ac4c08799e43878 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 25 Nov 2011 20:59:52 +0000 Subject: [PATCH] main/acf-core: upgrade to 0.12.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 7cfb08197e2..ff2b0aa0346 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Ted Trask # Maintainer: Ted Trask pkgname=acf-core -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" 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.git/snapshot/$pkgname-$pkgver.tar.bz2" +source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="9fff0400282f4843a016686f30e203d9 acf-core-0.12.2.tar.bz2" +md5sums="ce562faa124343f73409a97a7ffce7c0 acf-core-0.12.3.tar.bz2"