checkbashisms: update to 2.15.6
This commit is contained in:
parent
a6cbdaa0a8
commit
d7931d7c29
1 changed files with 5 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'checkbashisms'
|
||||
pkgname=checkbashisms
|
||||
version=2.15.5
|
||||
version=2.15.6
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="git"
|
||||
wrksrc="devscripts-${version}"
|
||||
depends="perl"
|
||||
short_desc="Debian script that checks for bash-isms"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://tracker.debian.org/pkg/devscripts"
|
||||
distfiles="$DEBIAN_SITE/main/d/devscripts/devscripts_$version.tar.xz"
|
||||
checksum=19b9fdd343178370c2d0fc17a5aa2327126b0f5da8ca967f75445dbdd4f63c73
|
||||
wrksrc="devscripts-$version"
|
||||
license="GPL-2"
|
||||
distfiles="${DEBIAN_SITE}/main/d/devscripts/devscripts_${version}.tar.xz"
|
||||
checksum=e4ecc4254fe250d718065353c6533486fd6aeee9c9fb36eb53d29842d8580326
|
||||
|
||||
pre_install() {
|
||||
sed -i "s|###VERSION###|${version}|" scripts/checkbashisms.pl
|
||||
|
|
Loading…
Reference in a new issue