summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxDShot2023-04-15 20:53:12 +0300
committerxDShot2023-04-15 20:53:12 +0300
commited5f4a4d438b5fdb5dad3d5e9ed7358b0ceb9636 (patch)
tree0f562d16388800320faba66d127ad45c35b8e39d /PKGBUILD
parent255a83667c6636c91101d85177593518aeee1a94 (diff)
downloadaur-ed5f4a4d438b5fdb5dad3d5e9ed7358b0ceb9636.tar.gz
1.24.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af3965904f1..72b4fad1ddbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
-pkgver=1.24.2
+pkgver=1.24.3
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=('aa652dce5f556d5e1b53666f561b0d366ab8c4be7bd23abd17588ef2c893c393')
+sha256sums=('076b13cf6bceb77d324af781511c05dc2b38265b2262719e8a97eb801bd3ffbc')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"