[arch-commits] Commit in ferm/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Aug 11 23:28:34 UTC 2017


    Date: Friday, August 11, 2017 @ 23:28:34
  Author: seblu
Revision: 249902

upgpkg: ferm 2.4.1-1

Modified:
  ferm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-11 23:26:39 UTC (rev 249901)
+++ PKGBUILD	2017-08-11 23:28:34 UTC (rev 249902)
@@ -4,7 +4,7 @@
 # Contributor: Manuel Mazzuola <origin.of at gmail.com>
 
 pkgname=ferm
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Tool to maintain complex firewalls'
 arch=('any')
@@ -13,10 +13,12 @@
 depends=('iptables' 'perl')
 optdepends=('ebtables' 'arptables' 'ipset')
 backup=("etc/$pkgname.conf")
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann <max at blarg.de>
 source=(
-  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
+  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.xz"{,.sig}
   "$pkgname.service")
-md5sums=('82a04e5bd064126aa759d9e64e5418dc'
+md5sums=('4d359bc809887bcf401eef7e76012e5c'
+         'SKIP'
          '9c5ece2628fd86a73b70f9c39df63e9f')
 
 package() {



More information about the arch-commits mailing list