mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
checkbashisms: update to 2.20.3.
This commit is contained in:
parent
2de1cf2ba2
commit
4380b56a27
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.20.2
|
version=2.20.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="devscripts-${version}"
|
wrksrc="devscripts-${version}"
|
||||||
|
@ -11,10 +11,10 @@ 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"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||||
checksum=2bb71941cd087f9e8d8ed8d62f42d6661be13f341670c1d2c1e584d03b5e6535
|
checksum=84ca5d2d14517d98dafdb7ce27a2905f1ad07b85c5fea4825f2266648b87e4be
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
vsed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue