summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Giebert2022-12-16 09:20:03 +0100
committerDominic Giebert2022-12-16 09:20:03 +0100
commitaf651bff7a0610e9fdadb0944044f97f81cb3a37 (patch)
treeae40ec70a83769355960123fd0f8fd1074ddddc0
parent8e1fa6c5c6acc3a7dd5a4719de8c9c024ed4b6dc (diff)
downloadaur-af651bff7a0610e9fdadb0944044f97f81cb3a37.tar.gz
Bump 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beece23d4062..4ca28a405539 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.6.2
+ pkgver = 1.7.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.6.2.tar.gz
- sha256sums = 009f76828d2d7b46226bb06a2aa32080c076279fd75d720be0446ca9ae65c22e
+ source = https://github.com/rancher-sandbox/rancher-desktop/archive/refs/tags/v1.7.0.tar.gz
+ sha256sums = a7b6c376a05d8d983c8177476e605212d7e4656b0ae117cd7aaa4a9a9d7552ff
pkgname = rancher-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 80d5dccb5679..bee35aa8f671 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.6.2
+pkgver=1.7.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=('009f76828d2d7b46226bb06a2aa32080c076279fd75d720be0446ca9ae65c22e')
+sha256sums=('a7b6c376a05d8d983c8177476e605212d7e4656b0ae117cd7aaa4a9a9d7552ff')
# 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.18.0
+ nvm install 16.19.0
cd "${pkgname}-${pkgver}"