mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
checkbashisms: update to 2.21.7.
This commit is contained in:
parent
38c6d964a6
commit
2d51bb202a
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.21.1
|
version=2.21.7
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="devscripts-${version}"
|
wrksrc="devscripts-${version}"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
checkdepends="shunit2 perl"
|
checkdepends="shunit2 perl"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Debian script that checks for bash-isms"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://tracker.debian.org/pkg/devscripts"
|
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||||
|
changelog="https://salsa.debian.org/debian/devscripts/-/raw/master/debian/changelog"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||||
checksum=d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52
|
checksum=b03ae9a3214ea5492aa51519deddf0d46f8e59996b66aea1ed0dc1a1c5466ab1
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
|
ignore="*+*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue