diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-21 19:28:30 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-21 19:22:41 +0200 |
commit | f503b724c1459e6b3097c792cc59546b206a8670 (patch) | |
tree | 97f58b01e322b0a8723ec874c60b5f428d4acc51 /community/luacheck/APKBUILD | |
parent | 9273dbfb4970cbde02307b471fd0354391b4a4ab (diff) | |
download | aports-f503b724c1459e6b3097c792cc59546b206a8670.tar.bz2 aports-f503b724c1459e6b3097c792cc59546b206a8670.tar.xz |
community/luacheck: upgrade to 0.22.0
Diffstat (limited to 'community/luacheck/APKBUILD')
-rw-r--r-- | community/luacheck/APKBUILD | 8 |
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" |