checkbashisms: update to 2.15.5.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'checkbashisms'
|
# Template file for 'checkbashisms'
|
||||||
pkgname=checkbashisms
|
pkgname=checkbashisms
|
||||||
version=2.14.11
|
version=2.15.5
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
@@ -9,10 +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"
|
license="GPL-2"
|
||||||
homepage="https://tracker.debian.org/pkg/devscripts"
|
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||||
|
distfiles="$DEBIAN_SITE/main/d/devscripts/devscripts_$version.tar.xz"
|
||||||
do_fetch() {
|
checksum=19b9fdd343178370c2d0fc17a5aa2327126b0f5da8ca967f75445dbdd4f63c73
|
||||||
git clone git://anonscm.debian.org/collab-maint/devscripts.git ${wrksrc}
|
wrksrc="devscripts-$version"
|
||||||
}
|
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||||
|
|||||||
Reference in New Issue
Block a user