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 b54b521c70f7..54f7dc80c5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/minishift/minishift
arch = x86_64
license = Apache
provides = minishift
- source = https://github.com/minishift/minishift/releases/download/v1.0.0/minishift-1.0.0-linux-amd64.tgz
- sha256sums = 269954ea2c309113ab62f4fbebfb1a29183824414e017d493d45bb80928f8161
+ source = https://github.com/minishift/minishift/releases/download/v1.0.1/minishift-1.0.1-linux-amd64.tgz
+ sha256sums = 0aaad4e2511bccc007654a554f3af54ec477b409e18cb7a5f4fe174dc1e64e7f
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index e449bab52d31..e2266ddfb5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-minishift_version=1.0.0
+minishift_version=1.0.1
pkgver=${minishift_version//-/_}
pkgrel=1
pkgdesc="Tool that makes it easy to run OpenShift locally."
@@ -12,7 +12,7 @@ makedepends=()
provides=('minishift')
source=(https://github.com/minishift/minishift/releases/download/v${minishift_version}/minishift-${minishift_version}-linux-amd64.tgz)
-sha256sums=('269954ea2c309113ab62f4fbebfb1a29183824414e017d493d45bb80928f8161')
+sha256sums=('0aaad4e2511bccc007654a554f3af54ec477b409e18cb7a5f4fe174dc1e64e7f')
prepare() {