aboutsummaryrefslogtreecommitdiffstats
path: root/community/ioping
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2020-02-03 10:50:16 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2020-02-03 14:48:46 +0100
commitfa33fdd14cf925a365c31f5cc014a64883ac799d (patch)
tree2c2fd9a32e1548c75709944277991dbf51ddb21f /community/ioping
parentcdcedb15a245b7583e68ee16d905bbae39a478c2 (diff)
downloadaports-fa33fdd14cf925a365c31f5cc014a64883ac799d.tar.bz2
aports-fa33fdd14cf925a365c31f5cc014a64883ac799d.tar.xz
community/ioping: upgrade to 1.2
Diffstat (limited to 'community/ioping')
-rw-r--r--community/ioping/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/community/ioping/APKBUILD b/community/ioping/APKBUILD
index e10193b480..da38939c98 100644
--- a/community/ioping/APKBUILD
+++ b/community/ioping/APKBUILD
@@ -1,7 +1,7 @@
# Contributor:
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname=ioping
-pkgver=1.1
+pkgver=1.2
pkgrel=0
pkgdesc="A simple disk i/o latency measurement tool"
url="https://github.com/koct9i/ioping"
@@ -11,21 +11,16 @@ makedepends="linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/koct9i/ioping/archive/v$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
-
build() {
- cd "$builddir"
make
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
-sha512sums="67802a6ab552ad1fdb8894f4d814601c2f66154f4bfc50fa0001d881694864c1a70882b4ba2d0f50cbd484472dc649a22b312f802a3bacc3317671971bdc0201 ioping-1.1.tar.gz"
+sha512sums="4029f1b50dc292734088dc741e594c56021610aad16a0b9f42875b5fe91fbdf8d566a41dab0384aa739350f74e62688efdaf88168ab0d838b9c848ddd1c5dd96 ioping-1.2.tar.gz"