diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-09 13:30:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-09 13:30:26 +0000 |
commit | c82754f29eb9877059ac4eb051999340260a69f9 (patch) | |
tree | 2b9f456db997624534e9b4ce835f546e8bfd0027 /main/acf-core | |
parent | 33f78e955b5e52ab2502d068f1e8a6ee08b5b7ee (diff) | |
download | aports-c82754f29eb9877059ac4eb051999340260a69f9.tar.bz2 aports-c82754f29eb9877059ac4eb051999340260a69f9.tar.xz |
main/acf-core: upgrade to 0.8.4
Diffstat (limited to 'main/acf-core')
-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 686fa7faa..bb6026973 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.3 +pkgver=0.8.4 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="96cb3feb5f3ad472f58ca79018a16dad acf-core-0.8.3.tar.bz2" +md5sums="034876d08d945fb2636087a4df7e9e6b acf-core-0.8.4.tar.bz2" |