summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e43ad9c1e7c..0390b30e0199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jbpratt <jbpratt78 at gmail dot com>
pkgname=crc-bin
-pkgver=2.25.0
+pkgver=2.27.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 @@ depends=("firewalld" "libvirt" "networkmanager" "qemu")
license=("APACHE")
source_x86_64=("https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz")
-sha256sums_x86_64=('8eefadd31deb57650a1a471cdc247f6c75eb48a2e1ff46d262672143849582b4')
+sha256sums_x86_64=('ca45f327942db030353c465784f251f129a8aa88a7a5a32736eac7df989e895d')
package() {
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"