mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
ferm: update to 2.6.
This commit is contained in:
parent
9afc9fa226
commit
d0c6f63504
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'ferm'
|
# Template file for 'ferm'
|
||||||
pkgname=ferm
|
pkgname=ferm
|
||||||
version=2.5.1
|
version=2.6
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="perl iptables"
|
depends="perl iptables"
|
||||||
short_desc="Frontend for iptables"
|
short_desc="Frontend for iptables"
|
||||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://ferm.foo-projects.org/"
|
homepage="http://ferm.foo-projects.org/"
|
||||||
distfiles="http://ferm.foo-projects.org/download/2.5/ferm-${version}.tar.xz"
|
distfiles="http://ferm.foo-projects.org/download/${version:0:3}/ferm-${version}.tar.xz"
|
||||||
checksum=4b2ebf0f7e0d8d839d4e6d21ffd2aa1936df919eae3227b257afeb41844e942b
|
checksum=689541465e7c073cbd604c9cd18f113c31c0b41bb12614726a59b17e44058885
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make install PREFIX=${DESTDIR}/usr
|
make install PREFIX=${DESTDIR}/usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue