Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luajit 2.1.1699180677 #153383

Merged
merged 2 commits into from
Nov 5, 2023
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/e826d0c101d750fac8334d71e221c50d8dbe236c.tar.gz"
url "https://github.com/LuaJIT/LuaJIT/archive/0afa1676b2d2aabf1f3101a2692eb0f1e291076a.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.1697887905"
sha256 "59b00e97cae773ff27a8cca92b560e0e126c79d2b7c4c47acee4ddd387c9c2ad"
version "2.1.1699180677"
sha256 "907f9ba0b64d1a06b6da092537e0d8b6009a34f5e1405fafaa588da7fdcefe59"
license "MIT"
head "https://luajit.org/git/luajit.git", branch: "v2.1"

Expand Down
Loading