summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2024-05-06 09:42:07 +0200
committerS Garnica2024-05-06 09:42:07 +0200
commite063fb5c148ac24875f2ad9ebca1f68efb92ad56 (patch)
tree2d61f17c35a17e5736551dd7ab13f1753f0fc988
parent39491afa2ecdeafde1c94bbb6fbd42a16186f4a8 (diff)
downloadaur-crc-bin.tar.gz
Update to 2.35.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99e7b7f978d..d0e593f92e6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crc-bin
pkgdesc = Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes
- pkgver = 2.33.0
+ pkgver = 2.35.0
pkgrel = 1
url = https://github.com/code-ready/crc
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = crc-bin
depends = networkmanager
depends = qemu-base
provides = crc
- source_x86_64 = crc-v2.33.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.33.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = 878aaeb369933d359a344a88f87b9b82d29759ea2ad4bda266d101b7c4591f55
+ source_x86_64 = crc-v2.35.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.35.0/crc-linux-amd64.tar.xz
+ sha256sums_x86_64 = 38da8f2a0d0023600a1380c947b55ab7ddb69aafb0a1dbf7f8c4a5cc7fb656fa
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index b6bb3fe5d0a1..f1d3a53c19f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.33.0
+pkgver=2.35.0
pkgrel=1
pkgdesc="Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes"
url=https://github.com/code-ready/crc
@@ -14,7 +14,7 @@ license=("APACHE")
source_x86_64=(
"crc-v${pkgver}-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz"
)
-sha256sums_x86_64=('878aaeb369933d359a344a88f87b9b82d29759ea2ad4bda266d101b7c4591f55')
+sha256sums_x86_64=('38da8f2a0d0023600a1380c947b55ab7ddb69aafb0a1dbf7f8c4a5cc7fb656fa')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"