Date: Thursday, June 30, 2022 @ 01:55:20 Author: svenstaro Revision: 1242129
upgpkg: hcloud 1.30.0-1 Modified: hcloud/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-30 01:55:18 UTC (rev 1242128) +++ PKGBUILD 2022-06-30 01:55:20 UTC (rev 1242129) @@ -1,10 +1,10 @@ # Maintainer: Christian Rebischke <[email protected]> -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Konrad Tegtmeier <[email protected]> _pkgname=cli pkgname=hcloud -pkgver=1.29.5 +pkgver=1.30.0 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=('85371934e526bbc7bb085dc892d53f9ca2a9d96c19d6918dcc4d75dc451b6cd592975659d727a15e7aacfa91c112dc4d4c21be7a538570509171574e1bdb3a7d') +sha512sums=('97a5a560c15cbb5f7db50f87fc387d2c35912909f6fcdf8004a3826b418c37d255b1ddcdc4d1829f2e00166e4f22a525915d70f8d927cd7d35386d8303fff4e2') build() { export CGO_ENABLED=1
