diff options
Diffstat (limited to 'community/siege/PKGBUILD')
-rw-r--r-- | community/siege/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD index edc6ace43..5f42d1094 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 95093 2013-08-05 14:00:41Z bluewind $ +# $Id: PKGBUILD 97337 2013-09-18 09:31:58Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=siege -pkgver=3.0.2 +pkgver=3.0.4 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -29,4 +29,4 @@ package() { sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" } -md5sums=('116bcedf8a6663c1d42ce958e2cdd3ca') +md5sums=('ea4180f0b02b99d0f43cf676a697c999') |