summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-07-06 16:19:27 +0100
committerChris Kitching2018-07-06 16:19:30 +0100
commit6e3a332510b6a77bafe6f152f3a479d2630562b2 (patch)
treeac0e2466d7d545f30d714419121b28923aaad862
parent697a29b7f8524fac22f2c0a09a99553bd9704f50 (diff)
downloadaur-6e3a332510b6a77bafe6f152f3a479d2630562b2.tar.gz
Update to version 0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f394f110eb1..d2876ffdcb46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 21 19:30:40 UTC 2018
+# Fri Jul 6 15:19:18 UTC 2018
pkgbase = shellcheck-static
pkgdesc = shellcheck, without the 130MB haskell dependencies
- pkgver = 0.4.7
+ pkgver = 0.5.0
pkgrel = 2
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = shellcheck-static
depends = gmp
provides = shellcheck=0.4.7
conflicts = shellcheck
- source = https://storage.googleapis.com/shellcheck/shellcheck-v0.4.7.linux.x86_64.tar.xz
- sha256sums = deeea92a4d3a9c5b16ba15210d9c1ab84a2e12e29bf856427700afd896bbdc93
+ source = https://storage.googleapis.com/shellcheck/shellcheck-v0.5.0.linux.x86_64.tar.xz
+ sha256sums = 7d4c073a0342cf39bdb99c32b4749f1c022cf2cffdfb080c12c106aa9d341708
pkgname = shellcheck-static
diff --git a/PKGBUILD b/PKGBUILD
index 539e785a326e..6312eeb8f01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=shellcheck-static
-pkgver=0.4.7
+pkgver=0.5.0
pkgrel=2
pkgdesc="shellcheck, without the 130MB haskell dependencies"
license=("AGPL3")
@@ -11,7 +11,7 @@ provides=("shellcheck=0.4.7")
# The statically-linked binary provided by the developer. See:
# https://github.com/koalaman/shellcheck#installing
source=("https://storage.googleapis.com/shellcheck/shellcheck-v${pkgver}.linux.x86_64.tar.xz")
-sha256sums=('deeea92a4d3a9c5b16ba15210d9c1ab84a2e12e29bf856427700afd896bbdc93')
+sha256sums=('7d4c073a0342cf39bdb99c32b4749f1c022cf2cffdfb080c12c106aa9d341708')
package() {
cd "${srcdir}/shellcheck-v${pkgver}"