summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2019-08-04 01:21:06 +0100
committerChris Kitching2019-08-04 01:21:06 +0100
commit91c35b638bbf973390229597858aa59644e81b62 (patch)
tree92c689556e46c89704004c163790f0637d075fc9
parent593f86e5fd4500610f9eebae4ef8a11a0f14987c (diff)
downloadaur-91c35b638bbf973390229597858aa59644e81b62.tar.gz
Update to 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c4b94792314..377db7f66145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 9 00:23:00 UTC 2019
+# Sun Aug 4 00:20:59 UTC 2019
pkgbase = shellcheck-static
pkgdesc = shellcheck, without the 130MB haskell dependencies
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
arch = x86_64
license = AGPL3
@@ -10,7 +10,7 @@ pkgbase = shellcheck-static
provides = shellcheck=0.6.0
conflicts = shellcheck
source = https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz
- sha256sums = b76c13cd98c41e2239b2d23bda967faba5142650383235ec3614146f52cf920c
+ sha256sums = 092f8ece0bb8413c835f4ecc14c9f1157ebb44a36a216e3d617d1048ecdfce1b
pkgname = shellcheck-static
diff --git a/PKGBUILD b/PKGBUILD
index 9bf776780afc..f285a91d15aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=shellcheck-static
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="shellcheck, without the 130MB haskell dependencies"
license=("AGPL3")
@@ -11,7 +11,7 @@ provides=("shellcheck=0.6.0")
# The statically-linked binary provided by the developer. See:
# https://github.com/koalaman/shellcheck#installing
source=("https://storage.googleapis.com/shellcheck/shellcheck-stable.linux.x86_64.tar.xz")
-sha256sums=('b76c13cd98c41e2239b2d23bda967faba5142650383235ec3614146f52cf920c')
+sha256sums=('092f8ece0bb8413c835f4ecc14c9f1157ebb44a36a216e3d617d1048ecdfce1b')
package() {
cd "${srcdir}/shellcheck-stable"