summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorS Garnica2023-12-13 11:55:07 +0100
committerS Garnica2023-12-13 11:55:07 +0100
commitfed23b41deac3b0bb52da8ea9bc3ca74fbe686f2 (patch)
treebab63e72e58f1d123c799e291b7e36ffabb37f8e
parent6ab5b6c4e48af87f7d4c5457632d3872c3fd0fad (diff)
downloadaur-fed23b41deac3b0bb52da8ea9bc3ca74fbe686f2.tar.gz
Update to 2.30.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fae971e49f85..a81ab557e961 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.29.0
- pkgrel = 3
+ pkgver = 2.30.0
+ pkgrel = 1
url = https://github.com/code-ready/crc
arch = x86_64
license = APACHE
@@ -10,7 +10,7 @@ pkgbase = crc-bin
depends = networkmanager
depends = qemu-base
provides = crc
- source_x86_64 = crc-v2.29.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.29.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = 43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207
+ source_x86_64 = crc-v2.30.0-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.30.0/crc-linux-amd64.tar.xz
+ sha256sums_x86_64 = fefbd7f5d9044a2b7c984929fc74fc8ba310674fb16414c4be41be6a9a9403b1
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index e2c3c64b2636..c45f8e75795b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.29.0
-pkgrel=3
+pkgver=2.30.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
arch=("x86_64")
@@ -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=('43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207')
+sha256sums_x86_64=('fefbd7f5d9044a2b7c984929fc74fc8ba310674fb16414c4be41be6a9a9403b1')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"