diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-09-18 11:44:49 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-09-18 11:44:49 +0300 |
commit | 403422be8d580dadd9ad7acf0d06dcee0a1c4485 (patch) | |
tree | bebc56359f31f46bb0a430bd16b0e4240153c1be /main/acf-core/APKBUILD | |
parent | 97c5818f2efac7abe919df02f95840268c390100 (diff) | |
download | aports-403422be8d580dadd9ad7acf0d06dcee0a1c4485.tar.bz2 aports-403422be8d580dadd9ad7acf0d06dcee0a1c4485.tar.xz |
main/acf-core: update to 0.8.3
Diffstat (limited to 'main/acf-core/APKBUILD')
-rw-r--r-- | main/acf-core/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-core/APKBUILD b/main/acf-core/APKBUILD index 6c4b068cae..686fa7faaa 100644 --- a/main/acf-core/APKBUILD +++ b/main/acf-core/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-core -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=0 pkgdesc="A web-based system administration interface framework" url="http://git.alpinelinux.org/cgit/acf-core" @@ -12,4 +12,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="56a4dee1083fcc194405b37598d01d10 acf-core-0.8.2.tar.bz2" +md5sums="96cb3feb5f3ad472f58ca79018a16dad acf-core-0.8.3.tar.bz2" |