diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 14:59:02 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-02-16 16:06:56 +0000 |
commit | ebb2e7a8c80ea8a1fcbc502fef301d8eec7bea5e (patch) | |
tree | 86b498516829e69677e544a0372f7b727434fe35 /main/acf-snort | |
parent | b2c0c3baec84dee0c902e372e2617d34b88a408c (diff) | |
download | aports-ebb2e7a8c80ea8a1fcbc502fef301d8eec7bea5e.tar.bz2 aports-ebb2e7a8c80ea8a1fcbc502fef301d8eec7bea5e.tar.xz |
main/acf-snort: upgrade to 0.5.1
Diffstat (limited to 'main/acf-snort')
-rw-r--r-- | main/acf-snort/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acf-snort/APKBUILD b/main/acf-snort/APKBUILD index 82c2b8b33c..af01ae9408 100644 --- a/main/acf-snort/APKBUILD +++ b/main/acf-snort/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Michael Mason <ms13sp@gmail.com> pkgname=acf-snort -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="A web-based system administration interface for snort" url="http://git.alpinelinux.org/cgit/acf-snort" @@ -18,4 +18,4 @@ build() { } -md5sums="82ba89e3cc062c1625debba2e5d51633 acf-snort-0.5.0.tar.bz2" +md5sums="90e96ff148a0448ea1714fd6500be349 acf-snort-0.5.1.tar.bz2" |