pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/shellcheck



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Apr 12 13:51:29 UTC 2024

Modified Files:
        pkgsrc/shells/shellcheck: Makefile distinfo

Log Message:
shellcheck: update to version 0.10.0

Changelog:

## v0.10.0 - 2024-03-07
### Added
- Precompiled binaries for macOS ARM64 (darwin.aarch64)
- Added support for busybox sh
- Added flag --rcfile to specify an rc file by name.
- Added `extended-analysis=true` directive to enable/disable dataflow analysis
  (with a corresponding --extended-analysis flag).
- SC2324: Warn when x+=1 appends instead of increments
- SC2325: Warn about multiple `!`s in dash/sh.
- SC2326: Warn about `foo | ! bar` in bash/dash/sh.
- SC3012: Warn about lexicographic-compare bashism in test like in [ ]
- SC3013: Warn bashism `test _ -op/-nt/-ef _` like in [ ]
- SC3014: Warn bashism `test _ == _` like in [ ]
- SC3015: Warn bashism `test _ =~ _` like in [ ]
- SC3016: Warn bashism `test -v _` like in [ ]
- SC3017: Warn bashism `test -a _` like in [ ]

### Fixed
- source statements with here docs now work correctly
- "(Array.!): undefined array element" error should no longer occur


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/shells/shellcheck/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/shellcheck/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/shellcheck/Makefile
diff -u pkgsrc/shells/shellcheck/Makefile:1.14 pkgsrc/shells/shellcheck/Makefile:1.15
--- pkgsrc/shells/shellcheck/Makefile:1.14      Thu Nov  2 06:37:22 2023
+++ pkgsrc/shells/shellcheck/Makefile   Fri Apr 12 13:51:28 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/11/02 06:37:22 pho Exp $
+# $NetBSD: Makefile,v 1.15 2024/04/12 13:51:28 nikita Exp $
 
-DISTNAME=      ShellCheck-0.9.0
+DISTNAME=      ShellCheck-0.10.0
 PKGNAME=       ${DISTNAME:tl}
-PKGREVISION=   3
 CATEGORIES=    shells devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/shells/shellcheck/distinfo
diff -u pkgsrc/shells/shellcheck/distinfo:1.6 pkgsrc/shells/shellcheck/distinfo:1.7
--- pkgsrc/shells/shellcheck/distinfo:1.6       Mon Jan 16 16:43:24 2023
+++ pkgsrc/shells/shellcheck/distinfo   Fri Apr 12 13:51:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/01/16 16:43:24 nikita Exp $
+$NetBSD: distinfo,v 1.7 2024/04/12 13:51:28 nikita Exp $
 
-BLAKE2s (ShellCheck-0.9.0.tar.gz) = c1a31a1ab8dd308d71ceddd46af71718d876ae036e3517df6b261a629af73091
-SHA512 (ShellCheck-0.9.0.tar.gz) = 724da8de58eb9c4512779de0ec5f2f8f9015145c1eab3605574e609355980cd2fb87338d41e8ae95a0fd0742eed463b1c515a68d255308caa77ca06d57e12fcb
-Size (ShellCheck-0.9.0.tar.gz) = 231011 bytes
+BLAKE2s (ShellCheck-0.10.0.tar.gz) = 4a02c683046da383666878659bbcc548462f60df38f364b66a69c0ec490b65cf
+SHA512 (ShellCheck-0.10.0.tar.gz) = 30d574ad718e599a8b6b5346a96cb5af9ec7442f69e2d7b525b27a5b875bb70bc387e8bc010b848c360856f8130a40dbd9bba47a1dec3315cd9b22b1650442c9
+Size (ShellCheck-0.10.0.tar.gz) = 234856 bytes



Home | Main Index | Thread Index | Old Index