Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/l/luajit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ class Luajit < Formula
# Get the latest commit with:
# `git ls-remote --heads https://github.com/LuaJIT/LuaJIT.git v2.1`
# This is a rolling release model so take care not to ignore CI failures that may be regressions.
url "https://github.com/LuaJIT/LuaJIT/archive/45b771bb2c693a4cc7e34e79b7d30ab10bb7776a.tar.gz"
url "https://github.com/LuaJIT/LuaJIT/archive/7152e15489d2077cd299ee23e3d51a4c599ab14f.tar.gz"
# Use the version scheme `2.1.timestamp` where `timestamp` is the Unix timestamp of the
# latest commit at the time of updating.
# `brew livecheck luajit` will generate the correct version for you automatically.
version "2.1.1765007043"
sha256 "9cc18db57d0a2dfdeb262762715d51505f6ae6cce1c5a43f3cd420ba7e4ae30c"
version "2.1.1765228720"
sha256 "2103f2c9526d158259a627d51799de8016e2a2c6d89f6ef25f9d89b92c597511"
license "MIT"
head "https://github.com/LuaJIT/LuaJIT.git", branch: "v2.1"

Expand Down
Loading