ferm: update to 2.5.
This commit is contained in:
parent
4286b5dc69
commit
3c4e2a1762
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'ferm'
|
||||
pkgname=ferm
|
||||
version=2.4.1
|
||||
version=2.5
|
||||
revision=1
|
||||
hostmakedepends="perl"
|
||||
depends="perl iptables"
|
||||
archs=noarch
|
||||
short_desc="Frontend for iptables"
|
||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://ferm.foo-projects.org/"
|
||||
distfiles="http://ferm.foo-projects.org/download/2.4/ferm-${version}.tar.xz"
|
||||
checksum=8a6f7d5beeac07c574bef7a6f938ef543c08aaa0b9980830b9dafb11cae468bb
|
||||
distfiles="http://ferm.foo-projects.org/download/2.5/ferm-${version}.tar.xz"
|
||||
checksum=17082d4569b0e157d01638f9b6050418ab200cc0b3c08cdbbe30c29be365b853
|
||||
|
||||
do_install() {
|
||||
make install PREFIX=${DESTDIR}/usr
|
||||
|
|
Loading…
Reference in a new issue