summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubin Simmons2023-12-07 15:15:51 +0100
committerRubin Simmons2023-12-07 15:15:51 +0100
commit8a636ad506e611d456dabf4501ccc22ccdcfcd6c (patch)
tree0a95d69822bf2109a41973096d1f076beb41bf89
parent8c112859f202a4ce6bacb3ae9d8f7daae425bb23 (diff)
downloadaur-8a636ad506e611d456dabf4501ccc22ccdcfcd6c.tar.gz
Update to v2.30.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc52f3d10474..46cbc37e47c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openshift-codeready-bin
pkgdesc = CodeReady tools for OpenShift (crc), binary release
- pkgver = 2.29.0
+ pkgver = 2.30.0
pkgrel = 1
url = https://www.okd.io/crc
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = openshift-codeready-bin
provides = crc
conflicts = crc-bin
options = !strip
- source = 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 = 43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207
+ source = 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 = fefbd7f5d9044a2b7c984929fc74fc8ba310674fb16414c4be41be6a9a9403b1
pkgname = openshift-codeready-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3108e6d9cf5..12c5103f2155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rubin Simons <me@rubin55.org>
pkgname=openshift-codeready-bin
-pkgver=2.29.0
+pkgver=2.30.0
pkgrel=1
pkgdesc="CodeReady tools for OpenShift (crc), binary release"
provides=('crc')
@@ -15,7 +15,7 @@ source=(
)
sha256sums=(
- '43a03e0c8e10974dfbf53962d5b6ac320a393a06695cf6371ca5cf1a52dd6207'
+ 'fefbd7f5d9044a2b7c984929fc74fc8ba310674fb16414c4be41be6a9a9403b1'
)
options=("!strip")