summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Giebert2022-03-25 09:03:05 +0100
committerDominic Giebert2022-03-25 09:03:05 +0100
commit8a4cf8183d4c8456a2f147b11d91799086b71f4e (patch)
treed72f24c2e5ac5185bbbd23dd41bdc79c5b545ebe
parent7f941a423686d066525c1b2ecbb6df5bf53276b0 (diff)
downloadaur-8a4cf8183d4c8456a2f147b11d91799086b71f4e.tar.gz
Bump to v1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a6bbd998118..393b1bd0c714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rancher-desktop
pkgdesc = Rancher Desktop is an open-source project to bring Kubernetes and container management to the desktop
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://rancherdesktop.io/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = rancher-desktop
provides = kubectl
provides = nerdctl
provides = limactl
- source = https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v1.2.0.tar.gz
- sha256sums = 3df7ce1d836b49b9df842c2ae6cb1be86f954c3f37c3d68f5d0f8e53394de7c6
+ source = https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v1.2.1.tar.gz
+ sha256sums = fdcf88f33741c6a838c344389ecb7d77a4c9b6b92c8586ff1b5e57cbe521196a
pkgname = rancher-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9a283b028eb0..09ca1eb3f15a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rancher-desktop
pkgdesc='Rancher Desktop is an open-source project to bring Kubernetes and container management to the desktop'
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -15,7 +15,7 @@ optdepends=('kubectl: Kubernetes control, can be downloaded from settings'
provides=('rancher-desktop' 'docker' 'helm' 'kubectl' 'nerdctl' 'limactl')
depends=('qemu')
source=("https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('3df7ce1d836b49b9df842c2ae6cb1be86f954c3f37c3d68f5d0f8e53394de7c6')
+sha256sums=('fdcf88f33741c6a838c344389ecb7d77a4c9b6b92c8586ff1b5e57cbe521196a')
# https://wiki.archlinux.org/title/Node.js_package_guidelines#Using_nvm
_ensure_local_nvm() {