python-ansible-lint: update to 3.4.23.
This commit is contained in:
parent
43e61226a9
commit
fd7dd1240a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-ansible-lint'
|
||||
pkgname=python-ansible-lint
|
||||
version=3.4.21
|
||||
version=3.4.23
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="ansible-lint-${version}"
|
||||
|
@ -10,10 +10,11 @@ hostmakedepends="python-setuptools"
|
|||
depends="ansible python-setuptools python-six python-yaml"
|
||||
short_desc="Python2 linter for Ansible files"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/willthames/ansible-lint"
|
||||
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"
|
||||
checksum=230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225
|
||||
checksum=c5e1c6500d65fa9655ef155fecd67b775701b5e427d5d978a677e5d53d584ef4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue