summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbpratt2021-12-01 08:22:10 -0600
committerjbpratt2021-12-01 08:22:10 -0600
commitee5e0079a5feac3f5e06ed94859090efa93f76f6 (patch)
tree5e95274253e76aff0ec450150cbb7d82715d4b36
parent997c4600ae95c1f379be0da378f9ee13b9153cce (diff)
downloadaur-ee5e0079a5feac3f5e06ed94859090efa93f76f6.tar.gz
upgpkg: crc-bin 1.36.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a5d61c2e0f..2c8f954bb6bf 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.35.0
+ pkgver = 1.36.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.35.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = 4396ca07baf380a2c8a7587fa8146924e62af2435a94a8b557c6b19b30ba5445
+ 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
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3675f7aa0923..1bf40e0d2181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=1.35.0
+pkgver=1.36.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=("4396ca07baf380a2c8a7587fa8146924e62af2435a94a8b557c6b19b30ba5445")
+sha256sums_x86_64=("a4e4b011d7cfa08f47408554ee2e4f55254dcc3419380d843beb1c22977b1d9e")
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"