diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-09-11 11:13:34 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-09-11 11:13:34 +0300 |
commit | 308573dd347484fb43ad515d504e10a3b09085ec (patch) | |
tree | 79f59f37259c9dc69b6f295e42d502d9c37778f9 /testing/haproxy | |
parent | d8055a1c37252869fbc13c2fda365e17bbdecd8b (diff) | |
download | aports-308573dd347484fb43ad515d504e10a3b09085ec.tar.bz2 aports-308573dd347484fb43ad515d504e10a3b09085ec.tar.xz |
testing/haproxy: fix the URI
Better not do fancy substitions, as we might have multidigit version
with or without -dev/-rc. So put the branch version there as-is.
Diffstat (limited to 'testing/haproxy')
-rw-r--r-- | testing/haproxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haproxy/APKBUILD b/testing/haproxy/APKBUILD index 426e027a70..ffcff6a870 100644 --- a/testing/haproxy/APKBUILD +++ b/testing/haproxy/APKBUILD @@ -12,7 +12,7 @@ depends="" makedepends="pcre-dev openssl-dev" install="haproxy.pre-install haproxy.pre-upgrade" subpackages="$pkgname-doc" -source="http://haproxy.1wt.eu/download/${pkgver#*.*}/src/devel/$pkgname-$_pkgver.tar.gz +source="http://haproxy.1wt.eu/download/1.5/src/devel/$pkgname-$_pkgver.tar.gz haproxy.initd haproxy.cfg" |