summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Kitching2020-08-26 16:38:23 +0800
committerChris Kitching2020-08-26 16:38:23 +0800
commit3c35d5112e256d2107b0c611ad8db01e4b29b7e6 (patch)
treeb095cf8b92f0ca81baa5f608c9e02114de1fab7b /PKGBUILD
parentadf63bb646bcc43d8548f9e60e575fa70a97776f (diff)
downloadaur-3c35d5112e256d2107b0c611ad8db01e4b29b7e6.tar.gz
Adapt to upstream path changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5eb278d473d..119ecacdca8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=shellcheck-git-static
-pkgver=0.4.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="shellcheck-static, but using the latest-commit builds maintained by the author"
license=("AGPL3")
@@ -9,7 +9,7 @@ conflicts=("shellcheck")
provides=("shellcheck=${pkgver}")
source=(
- "https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz"
+ "https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz"
)
sha256sums=('SKIP')