From a6bfae011711682409567c2ffd8ad431cc8dfe92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:32:37 +0000 Subject: [PATCH] luajit: Update to version 2.1.1707061634-1 --- bucket/luajit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/luajit.json b/bucket/luajit.json index af5da541de..bec161de11 100644 --- a/bucket/luajit.json +++ b/bucket/luajit.json @@ -1,17 +1,17 @@ { - "version": "2.1.1700008891-1", + "version": "2.1.1707061634-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.1700008891-1-any.pkg.tar.zst", - "hash": "6f5db5827ad258c0422c3448b937c2f628d80c998e13ed32f93d3df730ab705c", + "url": "https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-luajit-2.1.1707061634-1-any.pkg.tar.zst", + "hash": "8af587b83a8f5136c6c076b53e0ccb271587fec5b0a9af0cd079f5c2007d7653", "extract_dir": "mingw64" }, "32bit": { - "url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1700008891-1-any.pkg.tar.zst", - "hash": "d4854e59048dc62e58f3aeb335bd46197466012a3551af72f92ec125a34a2179", + "url": "https://mirror.msys2.org/mingw/mingw32/mingw-w64-i686-luajit-2.1.1707061634-1-any.pkg.tar.zst", + "hash": "c9110cf1ea0b648b50282fef44fea2d36ae1dc6d5531ac7f51cf7c3faf5b61ce", "extract_dir": "mingw32" } },