summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kral2016-10-13 18:09:24 +0200
committerTomas Kral2016-10-13 18:09:24 +0200
commit82f1040d2b552ebebd29b43fa906d12a628033d2 (patch)
treea82f9c65eae727e8d931da0029376aa0b74385de
parent0d4bbc6810717b5f9c383637dbccddba4a399b07 (diff)
downloadaur-82f1040d2b552ebebd29b43fa906d12a628033d2.tar.gz
v0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c2bf8650f1..3f6b7ce8eeb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/jimmidyson/minishift
arch = x86_64
license = Apache
provides = minishift
- source = minishift_0.7.1::https://github.com/jimmidyson/minishift/releases/download/v0.7.1/minishift-linux-amd64
- sha256sums = efdd83b6041a97b3f63653f295dba78347c17afaef1ac397c77e16204bdb73a2
+ source = minishift_0.8.0::https://github.com/jimmidyson/minishift/releases/download/v0.8.0/minishift-linux-amd64
+ sha256sums = 366292c28bc8103d7474db7af723e3ef8503b878f3ff51486b772d21c9097a5e
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a474709b71f..0df3edac0f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="Tool that makes it easy to run OpenShift locally."
url="https://github.com/jimmidyson/minishift"
@@ -11,7 +11,8 @@ makedepends=()
provides=('minishift')
source=(minishift_${pkgver}::https://github.com/jimmidyson/minishift/releases/download/v${pkgver}/minishift-linux-amd64)
-sha256sums=('efdd83b6041a97b3f63653f295dba78347c17afaef1ac397c77e16204bdb73a2')
+sha256sums=('366292c28bc8103d7474db7af723e3ef8503b878f3ff51486b772d21c9097a5e')
+
package() {