aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorMatthias Neugebauer <mtneug@mailbox.org>2019-08-07 11:21:09 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-08-17 14:04:52 -0300
commit8e2941caeca01d49b0b8a97391372512570b2c64 (patch)
treed3d1d53091d3b04a602d8b3138e41b18171f65d9 /community
parent3f320aac362d97521b871358ef07c6ba4bdeb080 (diff)
downloadaports-8e2941caeca01d49b0b8a97391372512570b2c64.tar.bz2
aports-8e2941caeca01d49b0b8a97391372512570b2c64.tar.xz
testing/shellcheck: upgrade to 0.7.0
Diffstat (limited to 'community')
-rw-r--r--community/shellcheck/APKBUILD6
-rw-r--r--community/shellcheck/cabal.config5
2 files changed, 6 insertions, 5 deletions
diff --git a/community/shellcheck/APKBUILD b/community/shellcheck/APKBUILD
index 8d978522af..735d96d549 100644
--- a/community/shellcheck/APKBUILD
+++ b/community/shellcheck/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Olliver Schinagl <oliver@schinagl.nl>
pkgname=shellcheck
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=0
pkgdesc="a static analysis tool for shell scripts"
url="https://github.com/koalaman/shellcheck"
@@ -91,5 +91,5 @@ package() {
mv "$pkgdir/usr/share/doc/LICENSE" "$pkgdir/usr/share/doc/$pkgname"
}
-sha512sums="4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387 shellcheck-0.6.0.tar.gz
-087d7e5196c911dd1bd97f45cca7984e10b9e02aa160e25cc85576f97afe9f05eaaf38a3fe59f0f8bdbd80528bbc436dbb2c386b9194e317698b5bc0348ef3f1 cabal.config"
+sha512sums="46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215 shellcheck-0.7.0.tar.gz
+e0e4b5c5ad599c6fb01bc1d6877fad9f58f24ed56f87411ba03dfbde5804d5ddaf66c787f333c33248aea7a7f19b78e896d1b0a71dae3e0adb4bfe15bb22a3d5 cabal.config"
diff --git a/community/shellcheck/cabal.config b/community/shellcheck/cabal.config
index f091a1b085..e794668bb4 100644
--- a/community/shellcheck/cabal.config
+++ b/community/shellcheck/cabal.config
@@ -1,5 +1,6 @@
---0.6.0
+--0.7.0
constraints: Cabal ==2.2.0.1,
+ Diff ==0.3.4,
QuickCheck ==2.13.2,
StateVar ==1.2,
aeson ==1.4.4.0,
@@ -14,7 +15,7 @@ constraints: Cabal ==2.2.0.1,
contravariant ==1.5.2,
deepseq ==1.4.3.0,
directory ==1.3.1.5,
- dlist ==0.8.0.6,
+ dlist ==0.8.0.7,
filepath ==1.4.2,
ghc-boot-th ==8.4.3,
ghc-prim ==0.5.2.0,