diff options
Diffstat (limited to 'community/luacheck')
-rw-r--r-- | community/luacheck/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/luacheck/APKBUILD b/community/luacheck/APKBUILD index df952b90e7..a2019b1a45 100644 --- a/community/luacheck/APKBUILD +++ b/community/luacheck/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=luacheck -pkgver=0.21.1 +pkgver=0.21.2 pkgrel=0 pkgdesc="A tool for linting and static analysis of Lua code" url="https://github.com/mpeterv/luacheck" @@ -29,4 +29,4 @@ package() { install -D -m 755 bin/$pkgname.lua "$pkgdir"/usr/bin/$pkgname } -sha512sums="c34d72374ecf3a3c994588d34a325099a7f2f28c7f0e921952eaabaf13372db2c456e92ac174b8f3724b412da6025d83a41836594480d21d3f6973668eca5f0c luacheck-0.21.1.tar.gz" +sha512sums="f2edcd9463b4af3ea1cbe3652c395196ff21dc371ddcbec6d19ff64017d0fc541f5cbd642661ec2064502e61680c556deb186259d27b2294743152fb4e69dbb3 luacheck-0.21.2.tar.gz" |