File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments