summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc7175963fb..83abe8143b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 2
url = https://github.com/minishift/minishift
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = minishift-bin
optdepends = virtualbox: to use minishift with VirtualBox virtualization
optdepends = docker-machine-kvm: to use minishisft with KVM virtualization
provides = minishift
- source = https://github.com/minishift/minishift/releases/download/v1.7.0/minishift-1.7.0-linux-amd64.tgz
+ source = https://github.com/minishift/minishift/releases/download/v1.8.0/minishift-1.8.0-linux-amd64.tgz
sha256sums = db3505732a16bd3415c305120f874e3097db2f1ce111e5cd1259d44bd5c5aefa
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 44404f654716..cc5154a68208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-minishift_version=1.7.0
+minishift_version=1.8.0
pkgver=${minishift_version//-/_}
pkgrel=2
pkgdesc="Tool that makes it easy to run OpenShift locally."