From 428ce3adbe845781ed5dd0cca105184d4dadd736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:27:15 +0000 Subject: [PATCH] luajit: Update to version 2.1.1697887905-1 --- bucket/luajit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/luajit.json b/bucket/luajit.json index aed445ac41..81da1a4762 100644 --- a/bucket/luajit.json +++ b/bucket/luajit.json @@ -1,17 +1,17 @@ { - "version": "2.1.1696795921-2", + "version": "2.1.1697887905-1", "description": "Just-In-Time Compiler (JIT) for the Lua programming language.", "homepage": "https://luajit.org/luajit.html", "license": "MIT", "architecture": { "64bit": { - "url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-2.1.1696795921-2-any.pkg.tar.zst", - "hash": "53b484ee60579deada21ce8da461256e8c46f88e406c764379c83152e8cc4fb9", + "url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-2.1.1697887905-1-any.pkg.tar.zst", + "hash": "7abb234113d2f465ebf897cc28abe94519e7abaaf84983b8370f6869f5b0cab5", "extract_dir": "mingw64" }, "32bit": { - "url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1696795921-2-any.pkg.tar.zst", - "hash": "1175f5a828b79c8e0a899802e372b330ebb62e8a44ee3f2baeedcdc43b43e26b", + "url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1697887905-1-any.pkg.tar.zst", + "hash": "102311f29832ec078db6b6f32cbde92149cdaa6b65b0abc0b9511ce08fcbcd41", "extract_dir": "mingw32" } },