From 5c4955a88dfcb596eebdcc961a50766f63b6043a Mon Sep 17 00:00:00 2001 From: Thomas Kienlen Date: Sun, 7 May 2023 17:46:11 +0200 Subject: [PATCH] testing/bore: upgrade to 0.5.0 --- testing/bore/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/bore/APKBUILD b/testing/bore/APKBUILD index 714641f9c8b..ebba941363d 100644 --- a/testing/bore/APKBUILD +++ b/testing/bore/APKBUILD @@ -1,12 +1,13 @@ # Contributor: Thomas Kienlen # Maintainer: Thomas Kienlen pkgname=bore -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=0 pkgdesc="Simple CLI tool for making tunnels to localhost" url="https://github.com/ekzhang/bore" # riscv64: rust broken -arch="all !riscv64" +# s390x: tests fail +arch="all !riscv64 !s390x" license="MIT" makedepends="cargo" source="$pkgname-$pkgver.tar.gz::https://github.com/ekzhang/bore/archive/v$pkgver/bore-$pkgver.tar.gz" @@ -31,5 +32,5 @@ package() { } sha512sums=" -7ecb3d99f24b26d86e73d5d6c34ec3b9e297cc687b076da7939eb3a9daee3fd633c8fbeea776c011e7484bb9554414c93ee9ba392d8f705f76c682b5e3b55396 bore-0.4.1.tar.gz +55d783a46e25393fc003d9c90760c141692af88fe88fecfc27c632bdc6d3352309691f8995484d9a94022c0e8e1636480104d3b7f20bf848647bb34770a8b170 bore-0.5.0.tar.gz "