summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-09-27 15:35:58 +0300
committerCaleb Maclennan2023-09-27 15:35:58 +0300
commit6024e92efb7385387c2992bb081b5a003070e1ef (patch)
tree0c80cc9b389fce3806ceb49ad892147ca3820400
parent26746de4ef52b2892721af0c78a6b0d28b2e6217 (diff)
downloadaur-6024e92efb7385387c2992bb081b5a003070e1ef.tar.gz
upgpkg: luajit-openresty 2.1.20230911-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617bde97c523..e7f96c8b8080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = luajit-openresty
pkgdesc = Just-in-time compiler for Lua, OpenResty fork
- pkgver = 2.1.20230410
+ pkgver = 2.1.20230911
pkgrel = 1
url = https://github.com/openresty/luajit2
arch = i686
@@ -8,9 +8,9 @@ pkgbase = luajit-openresty
arch = aarch64
license = MIT
depends = gcc-libs
- provides = luajit=2.1.20230410
+ provides = luajit=2.1.20230911
conflicts = luajit
- source = https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20230410/luajit-openresty-2.1.20230410.tar.gz
- sha256sums = 77bbcbb24c3c78f51560017288f3118d995fe71240aa379f5818ff6b166712ff
+ source = https://github.com/openresty/luajit2/archive/refs/tags/v2.1-20230911/luajit-openresty-2.1.20230911.tar.gz
+ sha256sums = d08c23a0c793261cad1775795f258ca2149642eb19d3679a6bbb77582fa1d206
pkgname = luajit-openresty
diff --git a/PKGBUILD b/PKGBUILD
index 47bcde5b4deb..8ecaf22ea94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Eduardo Bart <edub4rt@gmail.com>
pkgname=luajit-openresty
-_pkgver=2.1-20230410
+_pkgver=2.1-20230911
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc='Just-in-time compiler for Lua, OpenResty fork'
@@ -16,7 +16,7 @@ conflicts=(luajit)
provides=("luajit=$pkgver")
_archive="$pkgname-$pkgver"
source=("$url/archive/refs/tags/v$_pkgver/$_archive.tar.gz")
-sha256sums=('77bbcbb24c3c78f51560017288f3118d995fe71240aa379f5818ff6b166712ff')
+sha256sums=('d08c23a0c793261cad1775795f258ca2149642eb19d3679a6bbb77582fa1d206')
build() {
cd "luajit2-$_pkgver"