diff options
author | root <root@rshg054.dnsready.net> | 2012-12-08 02:04:18 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-08 02:04:18 -0800 |
commit | b8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (patch) | |
tree | d5f2cb92d1607745717cde77e321269c384da4bb /community/siege | |
parent | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff) |
Sat Dec 8 01:58:23 PST 2012
Diffstat (limited to 'community/siege')
-rw-r--r-- | community/siege/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD index 9b2aebaff..790bc3ab5 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 64675 2012-02-17 18:24:25Z bluewind $ +# $Id: PKGBUILD 80962 2012-12-07 23:56:44Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=siege -pkgver=2.70 -pkgrel=3 +pkgver=2.72 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') pkgdesc="An http regression testing and benchmarking utility" @@ -29,4 +29,4 @@ package() { sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc" } -md5sums=('835c7a0606851357ebf03084ff546310') +md5sums=('6bd0b1dca6b95717e23a6bade9a0a1f4') |