aboutsummaryrefslogtreecommitdiffstats
path: root/community/luacheck/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luacheck/APKBUILD')
-rw-r--r--community/luacheck/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/luacheck/APKBUILD b/community/luacheck/APKBUILD
index 34c33131a4..89d2a46874 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.2
+pkgver=0.22.0
pkgrel=0
pkgdesc="A tool for linting and static analysis of Lua code"
url="https://github.com/mpeterv/luacheck"
@@ -9,7 +9,8 @@ arch="noarch"
license="MIT"
depends="cmd:lua lua-filesystem"
checkdepends="lua-busted"
-source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz
+ fix-caching-spec.patch"
builddir="$srcdir/$pkgname-$pkgver"
check() {
@@ -29,4 +30,5 @@ package() {
install -D -m 755 bin/$pkgname.lua "$pkgdir"/usr/bin/$pkgname
}
-sha512sums="f2edcd9463b4af3ea1cbe3652c395196ff21dc371ddcbec6d19ff64017d0fc541f5cbd642661ec2064502e61680c556deb186259d27b2294743152fb4e69dbb3 luacheck-0.21.2.tar.gz"
+sha512sums="8264000711214e8451307e7f51a45b06d2fcd5da0d3cb49952d54b07a9448431ae3fd68a8cd0a27c73c3b03e6de74e8ae786c139707e16cf938921ab582d3bfd luacheck-0.22.0.tar.gz
+43eb51299382083ad97b136c9d8d45f0422ee90a48d5d256b3b41ae98a7e6b714589a637fcef6359d54ec581229eedba86c86107866fd9baeb9a60e91145da20 fix-caching-spec.patch"