aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMichael Truog <mjtruog@gmail.com>2017-09-13 15:24:12 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-20 08:06:47 +0000
commit519095c79b2d9fb58d4f2738ee52d707ce787e67 (patch)
treedf3d0551c38d88cd2ff06e58532ae2b596f388a3 /testing
parent24b613b270e906f51804098315fdd4d2b69098c1 (diff)
downloadaports-519095c79b2d9fb58d4f2738ee52d707ce787e67.tar.bz2
aports-519095c79b2d9fb58d4f2738ee52d707ce787e67.tar.xz
testing/tsung: upgrade to 1.7.0
Diffstat (limited to 'testing')
-rw-r--r--testing/tsung/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/tsung/APKBUILD b/testing/tsung/APKBUILD
index 1c2b1cecd3..0c2dc0ec7e 100644
--- a/testing/tsung/APKBUILD
+++ b/testing/tsung/APKBUILD
@@ -2,9 +2,8 @@
# Maintainer: Michael Truog <mjtruog@gmail.com>
pkgname=tsung
-pkgver=1.6.0.1
-_srcver=445d78213bb4360d78df3753b3e23e6a28d701f0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=0
pkgdesc="Tsung is a high-performance benchmark framework for various protocols including HTTP,XMPP,LDAP,etc."
url="http://www.process-one.net/en/tsung/"
license="GPL2"
@@ -35,10 +34,10 @@ makedepends="erlang
perl
"
subpackages=""
-source="https://github.com/processone/$pkgname/archive/$_srcver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/processone/$pkgname/archive/v$pkgver.tar.gz
0005-Do-not-install-manpages-in-main-install.patch"
-builddir="$srcdir/tsung-$_srcver"
+builddir="$srcdir/tsung-$pkgver"
build() {
cd "$builddir"
@@ -61,5 +60,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="53a16363d30c2b593d4b3cda789457cd00f009c4163924a01d6a1b08f725cde2be35d02902a3c8436ddc5db7fb6215384444609c354c171ca4cf0088418f7934 445d78213bb4360d78df3753b3e23e6a28d701f0.tar.gz
+sha512sums="63ec9b7b2f0a9fafde8182160b55513526009be056c6715ecff8dbeb40ab05f55d264f8f79e22b8987c6019c0b7eed9ac4e0e71792ad4cad67c758e64257c1d5 tsung-1.7.0.tar.gz
ee80c21fe6a66c96b1aa68afd96209516a5a3fe1d51a1ee01a1f465d164c332bbe30f03de1cc20f3d6e0651770fa7e579d64f52d282b64d6ca02d098852f2a93 0005-Do-not-install-manpages-in-main-install.patch"