summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2024-03-18 21:32:16 +0100
committerS Garnica2024-03-18 21:32:16 +0100
commit39491afa2ecdeafde1c94bbb6fbd42a16186f4a8 (patch)
treec6ba45add71a04ff9f9c1072f98e608af3bb18ee
parent00a746f238412b77f069a24332cb1059a1f1d97a (diff)
downloadaur-39491afa2ecdeafde1c94bbb6fbd42a16186f4a8.tar.gz
Update to 2.33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1635bfb113ce..b99e7b7f978d 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.31.0
+ pkgver = 2.33.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.31.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.31.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = 000b220e6c8068e203150917d15b7395da13ce9c4f50bb8d0893c0e73f8550bb
+ 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
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70c826bbd755..b6bb3fe5d0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.31.0
+pkgver=2.33.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=('000b220e6c8068e203150917d15b7395da13ce9c4f50bb8d0893c0e73f8550bb')
+sha256sums_x86_64=('878aaeb369933d359a344a88f87b9b82d29759ea2ad4bda266d101b7c4591f55')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"