diff options
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 60be24e9be..beca1fd64a 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,21 +1,21 @@ # Contributor: Ted Trask <ttrask01@yahoo.com> # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=acf-core -pkgver=0.16.3 -pkgrel=1 +pkgver=0.17.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 lua-subprocess" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz" package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install mkdir -p "$pkgdir"/etc/acf/skins } -md5sums="df59453e79be77fbb4facda22ad91af2 acf-core-0.16.3.tar.bz2" -sha256sums="3b212df53e75eddcc97a0668a37165bb228f308851ce935a653c1aa8491226f1 acf-core-0.16.3.tar.bz2" -sha512sums="db9a6f29582bb7b7845bbb999e4118332079c1254b4aaa7417e50be1366b82d5753353390ccbeff30a66e438556d201569cd8d37b64f425f14133a10c4b110b7 acf-core-0.16.3.tar.bz2" +md5sums="ebce67adef27a5a19563b98973dfe480 acf-core-0.17.0.tar.xz" +sha256sums="b0db0035af7f19c2dc087d1aba0ae178939ba52a4169a176f678babb905d391c acf-core-0.17.0.tar.xz" +sha512sums="4b92d32b0ebbbdb0a859e0e0ae4fb1f279774bfc462f7560e1679eab04721671e5751e648569235527a61b86a2ccdeec2d9b297a21ef6c0ee0e7582c20bdfa6f acf-core-0.17.0.tar.xz" |