summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjbpratt2021-11-11 01:23:53 -0600
committerjbpratt2021-11-11 01:23:53 -0600
commit997c4600ae95c1f379be0da378f9ee13b9153cce (patch)
tree99716b87132c0a2ffe8393ea579f113f5cf2691d
parent6444496ea691ac04367c293e65c772f9d0b3dad1 (diff)
downloadaur-997c4600ae95c1f379be0da378f9ee13b9153cce.tar.gz
release 1.35.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1a8566c5a48..b6a5d61c2e0f 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 = 1.34.0
- pkgrel = 2
+ pkgver = 1.35.0
+ pkgrel = 1
url = https://github.com/code-ready/crc
arch = x86_64
license = APACHE
@@ -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.34.0/crc-linux-amd64.tar.xz
- sha256sums_x86_64 = d7d63eafff751c342900d9570261e2135910344d173d0a73fb7c8224338eaaaf
+ 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
pkgname = crc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7c5b3d63d226..3675f7aa0923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=1.34.0
-pkgrel=2
+pkgver=1.35.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")
@@ -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=("d7d63eafff751c342900d9570261e2135910344d173d0a73fb7c8224338eaaaf")
+sha256sums_x86_64=("4396ca07baf380a2c8a7587fa8146924e62af2435a94a8b557c6b19b30ba5445")
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"