equal
deleted
inserted
replaced
|
1 firehol: Upgrade for Frugalware 0.9 |
|
2 |
|
3 diff --git a/source/custom/firehol/FrugalBuild b/source/custom/firehol/FrugalBuild |
|
4 index 4cddcec..e418d06 100644 |
|
5 --- a/source/custom/firehol/FrugalBuild |
|
6 +++ b/source/custom/firehol/FrugalBuild |
|
7 @@ -3,13 +3,13 @@ |
|
8 # http://aur.archlinux.org/packages/firehol/firehol/PKGBUILD |
|
9 # Contributor: Filip Dvorak <fila@pruda.com> |
|
10 pkgname=firehol |
|
11 -pkgver=1.256 |
|
12 +pkgver=1.273 |
|
13 pkgrel=1 |
|
14 pkgdesc="The iptables stateful packet filtering firewall builder." |
|
15 _F_sourceforge_dirname="firehol" |
|
16 Finclude sourceforge |
|
17 url="http://firehol.sourceforge.net" |
|
18 -purl="http://sourceforge.net/project/showfiles.php?group_id=58425" |
|
19 +purl="http://sourceforge.net/project/showfiles.php?group_id=58425&package_id=54268" |
|
20 archs=('i686' 'x86_64') |
|
21 license=('GPL') |
|
22 groups=('custom') |
|
23 @@ -21,7 +21,7 @@ backup=('etc/firehol/firehol.conf') |
|
24 install=('firehol.install') |
|
25 up2date="lynx -dump '$purl'|grep tar.bz2|grep -m1 '$pkgname-'|sed 's/.*-\(.*\).tar.bz2 .*/\1/'" |
|
26 source=(http://dl.sourceforge.net/sourceforge/firehol/$pkgname-$pkgver.tar.bz2) |
|
27 -sha1sums=('1fc4adb067d0d0ad4d79149710b9db003ffbbf31') |
|
28 +sha1sums=('09433f7fbb3cbb7e33e9c601008191bfe3b388a8') |
|
29 |
|
30 build() { |
|
31 cd $startdir/src/$pkgname-$pkgver |