testing/bore: upgrade to 0.5.0

This commit is contained in:
Thomas Kienlen 2023-05-07 17:46:11 +02:00 committed by alice
parent 4ca90289ce
commit 5c4955a88d

View File

@ -1,12 +1,13 @@
# Contributor: Thomas Kienlen <kommander@laposte.net>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
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
"