Skip to content

Commit

Permalink
chore(checkbashisms): update to 2.23.7 (PHP-CS-Fixer#7780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and danog committed Feb 2, 2024
1 parent 847e945 commit 860b721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ cd "$(dirname "$0")"

mkdir -p bin

VERSION_CB="2.23.6"
VERSION_CB="2.23.7"
VERSION_SC="stable"

echo λλλ checkbashisms
if [ ! -x bin/checkbashisms ]; then
wget -qO- "https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_${VERSION_CB}.tar.xz" \
| tar -xJv -O "devscripts-${VERSION_CB}/scripts/checkbashisms.pl" \
| tar -xJv -O "devscripts/scripts/checkbashisms.pl" \
> bin/checkbashisms
chmod u+x bin/checkbashisms
fi
Expand Down

0 comments on commit 860b721

Please sign in to comment.