summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72b4fad1ddbf..3e5f116b63eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
-pkgver=1.24.3
+pkgver=1.24.4
pkgrel=1
pkgdesc="Linter for Garry's mod Lua."
arch=('x86_64')
@@ -8,7 +8,7 @@ _githubrepo="https://github.com/FPtje/GLuaFixer"
url=${_githubrepo}
license=('LGPL2.1')
source=("${_githubrepo}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-linux.zip")
-sha256sums=('076b13cf6bceb77d324af781511c05dc2b38265b2262719e8a97eb801bd3ffbc')
+sha256sums=('072d70f2a2ef3075a1356a1ab6d02f8af7fa226bd5def5cf6b79166360765a3d')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"