summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-09-04 13:46:11 +0200
committerS Garnica2023-09-04 13:46:11 +0200
commite8319935893eb02f753cbc34fe55a13c86e36b3a (patch)
treec660dcb62f118eb728548d905c3191cd9a09a736
parent8a417f5e1c4fbda9a7ee0df90df2c1a72bd58c53 (diff)
downloadaur-e8319935893eb02f753cbc34fe55a13c86e36b3a.tar.gz
Update to 2.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c5e35ff76ad..f9b5f57b1bc1 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.24.1
+ pkgver = 2.25.0
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.24.1/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = ce1d57d5d8b8c8f32f364ef29e0f7f7a2b696218482f715ad5bb78051c70f6c2
+ source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.25.0/crc-linux-amd64.tar.xz
+ sha256sums_x86_64 = 8eefadd31deb57650a1a471cdc247f6c75eb48a2e1ff46d262672143849582b4
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index f36a403144ff..4e43ad9c1e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.24.1
+pkgver=2.25.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
@@ -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=('ce1d57d5d8b8c8f32f364ef29e0f7f7a2b696218482f715ad5bb78051c70f6c2')
+sha256sums_x86_64=('8eefadd31deb57650a1a471cdc247f6c75eb48a2e1ff46d262672143849582b4')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"