summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxDShot2023-03-15 10:28:22 +0300
committerxDShot2023-03-15 10:28:22 +0300
commit255a83667c6636c91101d85177593518aeee1a94 (patch)
tree85664316b6dafa7a289eed51dd6807722cc83f98
parent9c34ae007763d127772227f96cc8f2a2b8e64d6d (diff)
downloadaur-255a83667c6636c91101d85177593518aeee1a94.tar.gz
1.24.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2b6403cafa4..746fa0193949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = glualint-bin
pkgdesc = Linter for Garry's mod Lua.
- pkgver = 1.24.1
+ pkgver = 1.24.2
pkgrel = 1
url = https://github.com/FPtje/GLuaFixer
arch = x86_64
license = LGPL2.1
- source = https://github.com/FPtje/GLuaFixer/releases/download/1.24.1/glualint-1.24.1-x86_64-linux.zip
- sha256sums = ad898db3fef1f41f9ad4b13f49a23e9f28fe3ec56752001d6c835163606caa9d
+ source = https://github.com/FPtje/GLuaFixer/releases/download/1.24.2/glualint-1.24.2-x86_64-linux.zip
+ sha256sums = aa652dce5f556d5e1b53666f561b0d366ab8c4be7bd23abd17588ef2c893c393
pkgname = glualint-bin
diff --git a/PKGBUILD b/PKGBUILD
index a0838693a0d4..7af3965904f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
-pkgver=1.24.1
+pkgver=1.24.2
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=('ad898db3fef1f41f9ad4b13f49a23e9f28fe3ec56752001d6c835163606caa9d')
+sha256sums=('aa652dce5f556d5e1b53666f561b0d366ab8c4be7bd23abd17588ef2c893c393')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"