summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"