checkbashisms: update to 2.21.7.
This commit is contained in:
parent
38c6d964a6
commit
2d51bb202a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'checkbashisms'
|
||||
pkgname=checkbashisms
|
||||
version=2.21.1
|
||||
revision=2
|
||||
version=2.21.7
|
||||
revision=1
|
||||
wrksrc="devscripts-${version}"
|
||||
depends="perl"
|
||||
checkdepends="shunit2 perl"
|
||||
|
@ -9,8 +9,9 @@ short_desc="Debian script that checks for bash-isms"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
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"
|
||||
checksum=d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52
|
||||
checksum=b03ae9a3214ea5492aa51519deddf0d46f8e59996b66aea1ed0dc1a1c5466ab1
|
||||
|
||||
pre_install() {
|
||||
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
pkgname=devscripts
|
||||
ignore="*+*"
|
||||
|
|
Loading…
Reference in New Issue