diff options
Diffstat (limited to 'extra/acf-ppp/APKBUILD')
-rw-r--r-- | extra/acf-ppp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/acf-ppp/APKBUILD b/extra/acf-ppp/APKBUILD index e4389f6eb..cca9f5e0e 100644 --- a/extra/acf-ppp/APKBUILD +++ b/extra/acf-ppp/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acf-ppp -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=0 pkgdesc="A web-based system administration interface for ppp" url="http://git.alpinelinux.org/cgit/acf-ppp" @@ -12,4 +12,4 @@ build() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } -md5sums="62f30adc3c8a86b4bf79e3762154a7a5 acf-ppp-0.1.0.tar.bz2" +md5sums="3865436480e610453dfdfc923beb4ec2 acf-ppp-0.1.1.tar.bz2" |