File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ class Luajit < Formula
1010 # Get the latest commit with:
1111 # `git ls-remote --heads https://github.com/LuaJIT/LuaJIT.git v2.1`
1212 # This is a rolling release model so take care not to ignore CI failures that may be regressions.
13- url "https://github.com/LuaJIT/LuaJIT/archive/eec7a8016c3381b949b5d84583800d05897fa960 .tar.gz"
13+ url "https://github.com/LuaJIT/LuaJIT/archive/f9140a622a0c44a99efb391cc1c2358bc8098ab7 .tar.gz"
1414 # Use the version scheme `2.1.timestamp` where `timestamp` is the Unix timestamp of the
1515 # latest commit at the time of updating.
1616 # `brew livecheck luajit` will generate the correct version for you automatically.
17- version "2.1.1744318430 "
18- sha256 "220e2fd49f3a50abda874b888ac31e6cf86dd7ed3f221ebb47515315d9815eeb "
17+ version "2.1.1748459687 "
18+ sha256 "2d3f26c3261f46ae59d3e9489c632e3910f2033c657a24a90666ee0acf032463 "
1919 license "MIT"
20- head "https://luajit.org/git/luajit .git" , branch : "v2.1"
20+ head "https://github.com/LuaJIT/LuaJIT .git" , branch : "v2.1"
2121
2222 livecheck do
2323 url "https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1"
You can’t perform that action at this time.
0 commit comments