summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbpratt2021-12-16 04:45:32 -0600
committerjbpratt2021-12-16 04:45:32 -0600
commit3ada820a4334de1a8c46cc2171cdc6f7dd3fca55 (patch)
treecc6374cc88b65f8c4f5aef27ff1c33a84108f5f6
parentee5e0079a5feac3f5e06ed94859090efa93f76f6 (diff)
downloadaur-3ada820a4334de1a8c46cc2171cdc6f7dd3fca55.tar.gz
upgpkg: crc-bin 1.37.0
Signed-off-by: jbpratt <jbpratt78@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c8f954bb6bf..6b958291134d 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 = 1.36.0
+ pkgver = 1.37.0
pkgrel = 1
url = https://github.com/code-ready/crc
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = crc-bin
depends = networkmanager
provides = crc
options = !strip
- source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/1.36.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = a4e4b011d7cfa08f47408554ee2e4f55254dcc3419380d843beb1c22977b1d9e
+ source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/1.37.0/crc-linux-amd64.tar.xz
+ sha256sums_x86_64 = 18b0ed95c4af90765be26d68e7b73c565b4e4aaeae653a9e20adfbb60b3414b0
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1bf40e0d2181..758bc40cc394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=1.36.0
+pkgver=1.37.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 @@ license=("APACHE")
options=(!strip)
source_x86_64=("https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz")
-sha256sums_x86_64=("a4e4b011d7cfa08f47408554ee2e4f55254dcc3419380d843beb1c22977b1d9e")
+sha256sums_x86_64=("18b0ed95c4af90765be26d68e7b73c565b4e4aaeae653a9e20adfbb60b3414b0")
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"