summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kral2016-10-20 14:45:18 +0200
committerTomas Kral2016-10-20 14:45:18 +0200
commit6d38a707e293a09e4a628e5acecdcf15f5a3f7a2 (patch)
treefd2c52fb674585d1caebcd18de98a76986017599
parent82f1040d2b552ebebd29b43fa906d12a628033d2 (diff)
downloadaur-6d38a707e293a09e4a628e5acecdcf15f5a3f7a2.tar.gz
v0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6b7ce8eeb1..5e884a92cd79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/jimmidyson/minishift
arch = x86_64
license = Apache
provides = minishift
- source = minishift_0.8.0::https://github.com/jimmidyson/minishift/releases/download/v0.8.0/minishift-linux-amd64
- sha256sums = 366292c28bc8103d7474db7af723e3ef8503b878f3ff51486b772d21c9097a5e
+ source = minishift_0.9.0::https://github.com/jimmidyson/minishift/releases/download/v0.9.0/minishift-linux-amd64
+ sha256sums = 8a997b5083fa748dd3b2d7ce9cf3d19ac623385c352c87a091508e7cfe7e6126
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0df3edac0f8d..b4a25167b1b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Tool that makes it easy to run OpenShift locally."
url="https://github.com/jimmidyson/minishift"
@@ -11,7 +11,7 @@ makedepends=()
provides=('minishift')
source=(minishift_${pkgver}::https://github.com/jimmidyson/minishift/releases/download/v${pkgver}/minishift-linux-amd64)
-sha256sums=('366292c28bc8103d7474db7af723e3ef8503b878f3ff51486b772d21c9097a5e')
+sha256sums=('8a997b5083fa748dd3b2d7ce9cf3d19ac623385c352c87a091508e7cfe7e6126')