summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Giebert2023-09-26 10:49:15 +0200
committerDominic Giebert2023-09-26 10:49:15 +0200
commit3fc5afac21722f245aabb489d98793075d8a53ea (patch)
tree57beb9a194a134251e85a28b3d7b21cdf3c2b17a
parent985e45f638c1e2281d8236a727213881b0913de0 (diff)
downloadaur-3fc5afac21722f245aabb489d98793075d8a53ea.tar.gz
Bump to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 492201bf6b6c..a8d9b072fea7 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.9.1
+ pkgver = 1.10.0
pkgrel = 1
url = https://rancherdesktop.io/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = rancher-desktop
provides = kubectl
provides = nerdctl
provides = limactl
- source = https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v1.9.1.tar.gz
- sha256sums = 295e9a5a7dd11d99f86aec78a92443ec2cbfc1a3c9b55e8e5751d599bb8b2089
+ source = https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v1.10.0.tar.gz
+ sha256sums = 93d5f97482f62ceca97b576904ca6745d58e26dd1452fa3371d8b26397e435dc
pkgname = rancher-desktop
diff --git a/PKGBUILD b/PKGBUILD
index f474eb517df3..765e1b7c4e49 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.9.1
+pkgver=1.10.0
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -12,7 +12,7 @@ makedepends=('npm' 'nvm' 'nodejs' 'imagemagick' 'go')
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=('295e9a5a7dd11d99f86aec78a92443ec2cbfc1a3c9b55e8e5751d599bb8b2089')
+sha256sums=('93d5f97482f62ceca97b576904ca6745d58e26dd1452fa3371d8b26397e435dc')
# https://wiki.archlinux.org/title/Node.js_package_guidelines#Using_nvm
_ensure_local_nvm() {
@@ -23,7 +23,7 @@ _ensure_local_nvm() {
prepare() {
_ensure_local_nvm
- nvm install 16.20.0
+ nvm install 16.20.2
cd "${pkgname}-${pkgver}"