diff options
author | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
commit | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (patch) | |
tree | 24f65718bdb292fc62194464db8bee1348c48ee5 /community/siege | |
parent | b31146f2405c7d0f50bcc36b682af46be84cdeb8 (diff) |
Sat Feb 18 23:15:35 UTC 2012
Diffstat (limited to 'community/siege')
-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 3910b7133..9b2aebaff 100644 --- a/community/siege/PKGBUILD +++ b/community/siege/PKGBUILD @@ -1,17 +1,17 @@ -# $Id$ +# $Id: PKGBUILD 64675 2012-02-17 18:24:25Z bluewind $ # Maintainer: Florian Pritz <flo@xinu.at> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=siege pkgver=2.70 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('GPL') pkgdesc="An http regression testing and benchmarking utility" url="http://www.joedog.org/JoeDog/Siege" depends=('openssl') options=(!libtool) -source=("ftp://sid.joedog.org/pub/siege/${pkgname}-${pkgver}.tar.gz") +source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz") backup=(etc/siegerc etc/urls.txt) build() { |