diff options
author | jbpratt | 2022-03-01 04:09:59 -0600 |
---|---|---|
committer | jbpratt | 2022-03-01 04:09:59 -0600 |
commit | 5978b4ad94a2294bdcbda1266211f22a89cf90f7 (patch) | |
tree | 42812094ff65dfc6afb6fcd52587c19e2c11641c | |
parent | dbcea4db68052dc7f9e3d41bb4dd9d5632a315fd (diff) | |
download | aur-5978b4ad94a2294bdcbda1266211f22a89cf90f7.tar.gz |
upgpkg: crc-bin 1.40.0
Signed-off-by: jbpratt <jbpratt78@gmail.com>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.39.0 + pkgver = 1.40.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.39.0/crc-linux-amd64.tar.xz - sha256sums_x86_64 = 9aac85fb4b16bfc80d18f57fef18003a1d7f96b57357b87b3114bdb9a9219d7d + source_x86_64 = https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/1.40.0/crc-linux-amd64.tar.xz + sha256sums_x86_64 = 2eddecf3e499c154ef6251ac5e9e72832b0d4248b1d4c510b23578e964ea696b pkgname = crc-bin @@ -1,7 +1,7 @@ # Maintainer: jbpratt <jbpratt78 at gmail dot com> pkgname=crc-bin -pkgver=1.39.0 +pkgver=1.40.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=("9aac85fb4b16bfc80d18f57fef18003a1d7f96b57357b87b3114bdb9a9219d7d") +sha256sums_x86_64=("2eddecf3e499c154ef6251ac5e9e72832b0d4248b1d4c510b23578e964ea696b") package() { cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64" |