Skip to content

Commit 041af81

Browse files
committed
luajit 2.1.1748459687
Also, update the `head` spec, since the `luajit.org` Git repository seems to be unreachable.
1 parent 0e75100 commit 041af81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/l/luajit.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)