Skip to content

Commit

Permalink
Merge pull request #153383 from chenrui333/bump-luajit-2.1.1699180677
Browse files Browse the repository at this point in the history
luajit 2.1.1699180677
  • Loading branch information
BrewTestBot authored Nov 5, 2023
2 parents f7bba9f + bcfd6bf commit 42b918a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 All @@ -28,13 +28,13 @@ class Luajit < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "729d5bf621422f926030c71deb3c388d8aa275175525b80174a03017f1ece9c1"
sha256 cellar: :any, arm64_ventura: "b832311e41c67dfb6e184f1f40166fa63233f2f474eeda7dc9fb7ead4b625faa"
sha256 cellar: :any, arm64_monterey: "077cc2d5eeec868a2442c2e37d0b3910dafcfff9dcd3af891d6eb2aafdae2662"
sha256 cellar: :any, sonoma: "d1c00b3ae1795d7bf919c9554a55cf18a4b7bfa3af93f0c58d51489dc59fa3a3"
sha256 cellar: :any, ventura: "ebec6a9ee1822ee4ae2decd1069c6e81892b8f22ee8866a273f059abec7ea170"
sha256 cellar: :any, monterey: "79565781ff2844f3faead615722dae05e368f2265efbe7e66a8c5bb91cfd9ebd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1282a8bdedbdcc1cd831f784fb0bd588fcc4ebd3487a25a49540bdd1d006769a"
sha256 cellar: :any, arm64_sonoma: "1539b5ca85ef784f34ccc0cdf2577ebc710ed419a9769ba22bed6533e420b996"
sha256 cellar: :any, arm64_ventura: "7d0c339c1c9de538b54dcb9ce6a9b791367e906c445d315aaa64e2adc754eec2"
sha256 cellar: :any, arm64_monterey: "73a25cc481a7efb1a23d4235be108910590a4b3a20fbe8d941862a3c17f1193c"
sha256 cellar: :any, sonoma: "d2f3c5dc83b6898dff69d6a56e204f0ec2201fbd1257fb68dbbd97ecef0b0629"
sha256 cellar: :any, ventura: "b92b88c9d02778c22c7840bc7a092c14c4170d9919f37df26be6e118b912ffc6"
sha256 cellar: :any, monterey: "656b330c2842b92085c879f2cc0d1ae504608c91711d45fbad107014f8fecd65"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8edce6743c2c5007b69ae031514ece594ad6e47d1656d17838024328298174b1"
end

def install
Expand Down

0 comments on commit 42b918a

Please sign in to comment.