python-ansible-lint: update to 3.4.23.
This commit is contained in:
parent
43e61226a9
commit
fd7dd1240a
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-ansible-lint'
|
# Template file for 'python-ansible-lint'
|
||||||
pkgname=python-ansible-lint
|
pkgname=python-ansible-lint
|
||||||
version=3.4.21
|
version=3.4.23
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ansible-lint-${version}"
|
wrksrc="ansible-lint-${version}"
|
||||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools"
|
||||||
depends="ansible python-setuptools python-six python-yaml"
|
depends="ansible python-setuptools python-six python-yaml"
|
||||||
short_desc="Python2 linter for Ansible files"
|
short_desc="Python2 linter for Ansible files"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
homepage="https://github.com/willthames/ansible-lint"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/willthames/ansible-lint"
|
||||||
|
changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225
|
checksum=c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue