diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-28 19:58:12 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-28 19:58:12 +0100 |
commit | 4fe441c7839eb907eafe065520a5c9a80d42809f (patch) | |
tree | 3c978ab665437faaf795dc91f9b7b2f9b20762a5 /pcr/vuurmuur | |
parent | 4844f4b705099147e21062e0675105f742daa800 (diff) | |
download | abslibre-4fe441c7839eb907eafe065520a5c9a80d42809f.tar.gz abslibre-4fe441c7839eb907eafe065520a5c9a80d42809f.tar.bz2 abslibre-4fe441c7839eb907eafe065520a5c9a80d42809f.zip |
pcr/vuurmuur: added checksums
Diffstat (limited to 'pcr/vuurmuur')
-rw-r--r-- | pcr/vuurmuur/PKGBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pcr/vuurmuur/PKGBUILD b/pcr/vuurmuur/PKGBUILD index b71507abf..bb07523d7 100644 --- a/pcr/vuurmuur/PKGBUILD +++ b/pcr/vuurmuur/PKGBUILD @@ -11,7 +11,7 @@ _pkgname=Vuurmuur pkgver=0.7 pkgrel=1 pkgdesc='powerful front-end for iptables aimed at system-administrators who need a decent firewall, but dont have netfilter specific knowledge' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url='http://www.vuurmuur.org' license=('GPL') install='vuurmuur.install' @@ -137,3 +137,8 @@ package() { install -Dm644 ${srcdir}/${_pkgname}-${pkgver}/${pkgname}_conf-${pkgver}/COPYING \ ${pkgdir}/usr/share/licenses/${pkgname}_conf/COPYING } +md5sums=('bad91aafcbea5e3a434440f88d722778' + 'e7e07db3cf65dbb7bebfd6ca3fde0e56' + '214161fa924d6817ba6919862af37fbd' + 'ba3a1c90289a42c5c29bdf06e0045c5e' + '718f0384b915db99b2d93ab9792cc92d') |