summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kral2017-05-04 11:55:26 +0200
committerTomas Kral2017-05-04 11:55:26 +0200
commit5a2294f0cb8ebef2cf0ae9b852eb99dcc0a19bb9 (patch)
tree567e8aee5f2e14c557689a788ec65ae8ad018f95
parent4ac1855285f7042af14810b966c5f9965a328275 (diff)
downloadaur-5a2294f0cb8ebef2cf0ae9b852eb99dcc0a19bb9.tar.gz
fix sha256sum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f50c192544e..b54b521c70f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = minishift-bin
license = Apache
provides = minishift
source = https://github.com/minishift/minishift/releases/download/v1.0.0/minishift-1.0.0-linux-amd64.tgz
- sha256sums = 961a62c04db126709a181138a89757f3d37fd8669dc7693da13d9dfd7e538294
+ sha256sums = 269954ea2c309113ab62f4fbebfb1a29183824414e017d493d45bb80928f8161
pkgname = minishift-bin
diff --git a/PKGBUILD b/PKGBUILD
index fea17d76f07f..e449bab52d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ makedepends=()
provides=('minishift')
source=(https://github.com/minishift/minishift/releases/download/v${minishift_version}/minishift-${minishift_version}-linux-amd64.tgz)
-sha256sums=('961a62c04db126709a181138a89757f3d37fd8669dc7693da13d9dfd7e538294')
+sha256sums=('269954ea2c309113ab62f4fbebfb1a29183824414e017d493d45bb80928f8161')
+
prepare() {
tar -xf minishift-${minishift_version}-linux-amd64.tgz