diff options
Diffstat (limited to 'community/siege/PKGBUILD')
-rw-r--r-- | community/siege/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD index 5f42d1094..153621645 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 97337 2013-09-18 09:31:58Z bluewind $ +# $Id: PKGBUILD 99986 2013-10-31 02:51:00Z allan $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=siege -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') pkgdesc="An http regression testing and benchmarking utility" url="http://www.joedog.org/JoeDog/Siege" depends=('openssl') -options=(!libtool) source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz") backup=(etc/siegerc etc/urls.txt) @@ -29,4 +28,4 @@ package() { sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" } -md5sums=('ea4180f0b02b99d0f43cf676a697c999') +md5sums=('822cc4750a6162945ee91af98773bda4') |