Date: Thursday, July 14, 2022 @ 02:16:48 Author: svenstaro Revision: 1252626
upgpkg: hcloud 1.30.1-1 Modified: hcloud/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-14 02:10:24 UTC (rev 1252625) +++ PKGBUILD 2022-07-14 02:16:48 UTC (rev 1252626) @@ -4,7 +4,7 @@ _pkgname=cli pkgname=hcloud -pkgver=1.30.0 +pkgver=1.30.1 pkgrel=1 pkgdesc="CLI for Hetzner Cloud" arch=('x86_64') @@ -16,7 +16,7 @@ depends=('glibc') provides=('hcloud') source=("$pkgname-$pkgver.tar.gz::https://github.com/hetznercloud/cli/archive/refs/tags/v${pkgver}.tar.gz") -sha512sums=('97a5a560c15cbb5f7db50f87fc387d2c35912909f6fcdf8004a3826b418c37d255b1ddcdc4d1829f2e00166e4f22a525915d70f8d927cd7d35386d8303fff4e2') +sha512sums=('82c854a40eec0cc0ecfc1b7b744674d2342b5f603e41903d327ff49e94aedf1c92415b89504be53d10cc1feb0ffe8198f4063924c1ef6ae1c3107a2a44a28c54') build() { export CGO_ENABLED=1 @@ -34,7 +34,7 @@ check() { cd "cli-${pkgver}" - #go test -v -x ./... + # go test -v -x ./... } package() {