checkbashisms: update to 2.23.5.
This commit is contained in:
parent
73f9ab2e30
commit
d2a5b2d23b
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.23.4
|
version=2.23.5
|
||||||
revision=1
|
revision=1
|
||||||
depends="perl"
|
depends="perl"
|
||||||
checkdepends="shunit2 perl"
|
checkdepends="shunit2 perl"
|
||||||
|
@ -10,7 +10,7 @@ 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"
|
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=3dc68972734c0aeb310beb35d01b83d85e445270acefd8caeda6a6fef6f6f4f3
|
checksum=8f47d45534bf94f28576078c864b22273dbe139928074ec82b6b848f9e44586d
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
|
@ -21,6 +21,7 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vcompletion scripts/checkbashisms.bash_completion bash
|
||||||
vbin scripts/checkbashisms.pl checkbashisms
|
vbin scripts/checkbashisms.pl checkbashisms
|
||||||
vman scripts/checkbashisms.1
|
vman scripts/checkbashisms.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue