diff --git a/.SRCINFO b/.SRCINFO index bf6fc63..951dbc8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = rancher-k3d-bin pkgdesc = Little helper to run Rancher Labs k3s in Docker - pkgver = 1.5.0 + pkgver = 1.5.1 pkgrel = 1 url = https://github.com/rancher/k3d arch = x86_64 license = MIT provides = k3d - source = rancher-k3d-bin-1.5.0::https://github.com/rancher/k3d/releases/download/v1.5.0/k3d-linux-amd64 - sha256sums = e8420d0bc6d7a2d152eee3a7a4239ceec8d792951d268d08ec477b3d85b1220a + source = rancher-k3d-bin-1.5.1::https://github.com/rancher/k3d/releases/download/v1.5.1/k3d-linux-amd64 + sha256sums = 4bceda601726c65d5641afd4f2f1430300be9636592102a4f0a88ff58b590b82 pkgname = rancher-k3d-bin diff --git a/PKGBUILD b/PKGBUILD index 29bd2b4..97149bb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Jonas Dellinger pkgname="rancher-k3d-bin" -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=1 pkgdesc='Little helper to run Rancher Labs k3s in Docker' arch=('x86_64') @@ -8,7 +8,7 @@ url='https://github.com/rancher/k3d' license=('MIT') provides=("k3d") source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64") -sha256sums=('e8420d0bc6d7a2d152eee3a7a4239ceec8d792951d268d08ec477b3d85b1220a') +sha256sums=('4bceda601726c65d5641afd4f2f1430300be9636592102a4f0a88ff58b590b82') package() { install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"