summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f26cf37ee07..0c5e35ff76ad 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.23.0
+ pkgver = 2.24.1
pkgrel = 1
url = https://github.com/code-ready/crc
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = crc-bin
depends = networkmanager
depends = qemu
provides = crc
- source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.23.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = b4bba5d573c67e56551ed8bba534d29b3a878ed55b2e9f31f4fc6af843756b20
+ source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.24.1/crc-linux-amd64.tar.xz
+ sha256sums_x86_64 = ce1d57d5d8b8c8f32f364ef29e0f7f7a2b696218482f715ad5bb78051c70f6c2
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf25305a6860..f36a403144ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.23.0
+pkgver=2.24.1
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
@@ -12,7 +12,7 @@ depends=("firewalld" "libvirt" "networkmanager" "qemu")
license=("APACHE")
source_x86_64=("https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz")
-sha256sums_x86_64=('b4bba5d573c67e56551ed8bba534d29b3a878ed55b2e9f31f4fc6af843756b20')
+sha256sums_x86_64=('ce1d57d5d8b8c8f32f364ef29e0f7f7a2b696218482f715ad5bb78051c70f6c2')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"