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 c3331ee5c890..d9631776fe28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 1.16.0
+ pkgver = 1.16.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.16.0/minishift-1.16.0-linux-amd64.tgz
- md5sums = e9162c71ebafa6982e7093e6e570bb53
+ source = https://github.com/minishift/minishift/releases/download/v1.16.1/minishift-1.16.1-linux-amd64.tgz
+ sha256sums = e350bee47d726545829afc4fd45bee7263fb78abcf7c40fd09986d1023b52fd5
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index b521986fdc1f..ebbc1c1f7b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-minishift_version=1.16.0
+minishift_version=1.16.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)
-md5sums=('e9162c71ebafa6982e7093e6e570bb53')
+sha256sums=('e350bee47d726545829afc4fd45bee7263fb78abcf7c40fd09986d1023b52fd5')
prepare() {