Skip to content

Commit fe3d4d8

Browse files
committed
luajit 2.1.1761623958
Signed-off-by: botantony <[email protected]>
1 parent 95ad4ca commit fe3d4d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/l/luajit.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ 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/25a61a182166fec06f1a1a025eb8fabbb6cf483e.tar.gz"
13+
url "https://github.com/LuaJIT/LuaJIT/archive/864e78d66cb21335823c7782fa21beae8e7914b0.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.1760617492"
18-
sha256 "3fca2bb5068d7150d324a34eaac555757b8ce94f15565e0a0552373f7534081e"
17+
version "2.1.1761623958"
18+
sha256 "dd873123d81adad407f4d8598a902958fade53c6e1b0db44f67c82cf04c1bfc3"
1919
license "MIT"
2020
head "https://github.com/LuaJIT/LuaJIT.git", branch: "v2.1"
2121

0 commit comments

Comments
 (0)