summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kral2018-01-04 10:20:31 +0100
committerTomas Kral2018-01-04 10:20:31 +0100
commit8450360162c3029e5b22578edc5c9d024b4bb932 (patch)
tree37583202abcb62b36625f8293381ede77a6afa7b
parent6e79fa3d09cce8345b80b99847e974e845f818e2 (diff)
downloadaur-8450360162c3029e5b22578edc5c9d024b4bb932.tar.gz
v1.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b370a4726f..bb56a0aee3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = minishift-bin
pkgdesc = Tool that makes it easy to run OpenShift locally.
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://github.com/minishift/minishift
arch = x86_64
license = Apache
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.10.0/minishift-1.10.0-linux-amd64.tgz
- sha256sums = 7cb3ef266f7cfb6318a5f68559e861f621cc9921f9e9a8daa08998d9ea9437ae
+ source = https://github.com/minishift/minishift/releases/download/v1.11.0/minishift-1.11.0-linux-amd64.tgz
+ sha256sums = af7c380e8af383ae8d101d855bac70b9d83bc7c6b5850daea0fc8949e74d1c36
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b8db8eaa63f..6a4cb4aa5951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Tomas Kral <tomas.kral@gmail.com>
pkgname=minishift-bin
-minishift_version=1.10.0
+minishift_version=1.11.0
pkgver=${minishift_version//-/_}
-pkgrel=2
+pkgrel=1
pkgdesc="Tool that makes it easy to run OpenShift locally."
url="https://github.com/minishift/minishift"
license=('Apache')
@@ -17,7 +17,7 @@ optdepends=(
)
source=(https://github.com/minishift/minishift/releases/download/v${minishift_version}/minishift-${minishift_version}-linux-amd64.tgz)
-sha256sums=('7cb3ef266f7cfb6318a5f68559e861f621cc9921f9e9a8daa08998d9ea9437ae')
+sha256sums=('af7c380e8af383ae8d101d855bac70b9d83bc7c6b5850daea0fc8949e74d1c36')
prepare() {
tar -xf minishift-${minishift_version}-linux-amd64.tgz