aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMohammad Abdolirad <m.abdolirad@gmail.com>2020-04-25 11:46:43 +0430
committerTBK <tbk@jjtc.eu>2020-04-25 20:12:35 +0200
commit8a126278a30c3bd9c219fe5b7dbd6d3c9a01ee83 (patch)
tree0f64bb2e51fa790b947effbe1b2c6c7cb9303a4a /testing
parent2756f07e42acf5d92d41a266bba80836011e79b6 (diff)
downloadaports-8a126278a30c3bd9c219fe5b7dbd6d3c9a01ee83.tar.bz2
aports-8a126278a30c3bd9c219fe5b7dbd6d3c9a01ee83.tar.xz
testing/wait4x: upgrade to 0.3.0
- Fixes linter error - Added reason for !check
Diffstat (limited to 'testing')
-rw-r--r--testing/wait4x/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/wait4x/APKBUILD b/testing/wait4x/APKBUILD
index 9ec0bcad48..0007ed86ce 100644
--- a/testing/wait4x/APKBUILD
+++ b/testing/wait4x/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Mohammad Abdolirad <m.abdolirad@gmail.com>
# Maintainer: Mohammad Abdolirad <m.abdolirad@gmail.com>
-pkgname="wait4x"
-pkgver="0.1.0"
+pkgname=wait4x
+pkgver=0.3.0
pkgrel=0
pkgdesc="Waiting for a port to enter into specify state"
url="https://github.com/atkrad/wait4x"
@@ -9,9 +9,9 @@ arch="all"
license="MIT"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/atkrad/wait4x/archive/v$pkgver.tar.gz"
-options="!check"
-_commitsha="57550b74"
-_commitdatetime="2020-02-08T06:25:37Z"
+options="!check" # Wait4X doesn't provide tests
+_commitsha="e7512dc9"
+_commitdatetime="2020-04-22T19:54:00Z"
build() {
go build -v \
@@ -23,4 +23,4 @@ package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
}
-sha512sums="4914c20c1c9a56c8880160c2a049b8d1fe4ebb05ba67008e2464a3368247ac231a97435e9e7b0fef4e9bf94a083435e904b5545661383f628cff4300dfd425c5 wait4x-0.1.0.tar.gz"
+sha512sums="0995e4fe783710f50a4dcdb42b610a590064854ec06438358cd95e1a3b590a17dbb43c8c8c08224ddd1bc810cdab43a1abdec7ed479ffa812b43370e14920e93 wait4x-0.3.0.tar.gz"