Skip to content

Commit fa6de63

Browse files
authored
Merge pull request #225075 from Homebrew/luajit-2.1.1748459687
luajit 2.1.1748459687
2 parents d1f0e3c + 44fcf08 commit fa6de63

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/l/luajit.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ 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/eec7a8016c3381b949b5d84583800d05897fa960.tar.gz"
13+
url "https://github.com/LuaJIT/LuaJIT/archive/f9140a622a0c44a99efb391cc1c2358bc8098ab7.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.1744318430"
18-
sha256 "220e2fd49f3a50abda874b888ac31e6cf86dd7ed3f221ebb47515315d9815eeb"
17+
version "2.1.1748459687"
18+
sha256 "2d3f26c3261f46ae59d3e9489c632e3910f2033c657a24a90666ee0acf032463"
1919
license "MIT"
20-
head "https://luajit.org/git/luajit.git", branch: "v2.1"
20+
head "https://github.com/LuaJIT/LuaJIT.git", branch: "v2.1"
2121

2222
livecheck do
2323
url "https://api.github.com/repos/LuaJIT/LuaJIT/branches/v2.1"
@@ -28,13 +28,13 @@ class Luajit < Formula
2828
end
2929

3030
bottle do
31-
sha256 cellar: :any, arm64_sequoia: "72a8213363c598f8ed1bcd607ed934d591fe97f22f06bffdd8f3b97fd34c5e44"
32-
sha256 cellar: :any, arm64_sonoma: "fafd405325997dcaf1ff648ec750794bb83a62e5b52d911bb920cee28a8151b4"
33-
sha256 cellar: :any, arm64_ventura: "65fb2e5005959c041cbfcb1669fdca0960bfbbb8a684f4d6a0813c602dd472f6"
34-
sha256 cellar: :any, sonoma: "a1565173276235def2da905dac20b5910832e1f7cb2f1fd5c0d044274abdb9fa"
35-
sha256 cellar: :any, ventura: "01a586a33c65dcec232c617605cc5b9de72df6374431f4875972a991cac58c06"
36-
sha256 cellar: :any_skip_relocation, arm64_linux: "3b651274c3fba110cc0191622b85ccee3562539c00e122422ac35efb2ce6950c"
37-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef64f5a9b05feadf53ec9350bf2984bd3758f9db7b48bd6aafb267ca6cfc05b1"
31+
sha256 cellar: :any, arm64_sequoia: "e421f2d921ac3c97a952d10826b2606ba60c67640bb1c2f96543d490914b53d3"
32+
sha256 cellar: :any, arm64_sonoma: "cbfaf00dd8af7cceda825ca98788f4fc82011a7a0c73be24c2f5019c5a4cf780"
33+
sha256 cellar: :any, arm64_ventura: "b217a35258618ea53ed96b0d151112780bc4eb083c90cc1f74255a0677ddcd08"
34+
sha256 cellar: :any, sonoma: "ed57b00d0d77bc184deafe07de96e72fa52770af21eba81bbe90f271b3a466cf"
35+
sha256 cellar: :any, ventura: "a197295f65c8e8f07d464e4bbeba7c0e70340180f8fbbd2295d89dc6e30e01a1"
36+
sha256 cellar: :any_skip_relocation, arm64_linux: "2173108bef2778cf8a263b091dc2175b784c55140e2d07f9c4fc3191d7a0daa1"
37+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a1e387e35bf73a52e751ec56d8a95a9bd698be983b4d64260d148fd169e325b"
3838
end
3939

4040
def install

0 commit comments

Comments
 (0)