summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6feca848668..88045e1dc30d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 1.14.0
+ pkgver = 1.15.1
pkgrel = 1
url = https://github.com/minishift/minishift
arch = x86_64
@@ -8,8 +8,8 @@ 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.14.0/minishift-1.14.0-linux-amd64.tgz
- sha256sums = 57983434dfb4db5c6464bc230fef7dc82190a25719726d129767b688c7611f86
+ source = https://github.com/minishift/minishift/releases/download/v1.15.1/minishift-1.15.1-linux-amd64.tgz
+ md5sums = 965ab50dbe36ffec3722dba69dbb157b
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 18aaebd0b3ee..0ffcfb1be1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-minishift_version=1.14.0
+minishift_version=1.15.1
pkgver=${minishift_version//-/_}
pkgrel=1
pkgdesc="Tool that makes it easy to run OpenShift locally."
@@ -17,7 +17,7 @@ optdepends=(
)
source=(https://github.com/minishift/minishift/releases/download/v${minishift_version}/minishift-${minishift_version}-linux-amd64.tgz)
-sha256sums=('57983434dfb4db5c6464bc230fef7dc82190a25719726d129767b688c7611f86')
+md5sums=('965ab50dbe36ffec3722dba69dbb157b')
prepare() {