Skip to content

Commit 4ba8682

Browse files
committed
luajit 2.1.1760617492
Signed-off-by: botantony <[email protected]>
1 parent 3d20acb commit 4ba8682

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/871db2c84ecefd70a850e03a6c340214a81739f0.tar.gz"
13+
url "https://github.com/LuaJIT/LuaJIT/archive/25a61a182166fec06f1a1a025eb8fabbb6cf483e.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.1753364724"
18-
sha256 "ab3f16d82df6946543565cfb0d2810d387d79a3a43e0431695b03466188e2680"
17+
version "2.1.1760617492"
18+
sha256 "3fca2bb5068d7150d324a34eaac555757b8ce94f15565e0a0552373f7534081e"
1919
license "MIT"
2020
head "https://github.com/LuaJIT/LuaJIT.git", branch: "v2.1"
2121

0 commit comments

Comments
 (0)