Skip to content

Commit 4f95d59

Browse files
authored
Merge pull request Homebrew#206513 from Homebrew/bump-xmake-2.9.8
xmake 2.9.8
2 parents 2ca6938 + 260c740 commit 4f95d59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/x/xmake.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Xmake < Formula
22
desc "Cross-platform build utility based on Lua"
33
homepage "https://xmake.io/"
4-
url "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.tar.gz"
5-
sha256 "248e496a5a734c89e167f931e2620c0ea4109e7ca913dc1022735129a5ffe9d3"
4+
url "https://github.com/xmake-io/xmake/releases/download/v2.9.8/xmake-v2.9.8.tar.gz"
5+
sha256 "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95"
66
license "Apache-2.0"
77
head "https://github.com/xmake-io/xmake.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "290d09dc79c230eb91c50ad11bc777464ebc5dab897fe2f18ac6d3158c116540"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c1d48bcf2c5e7fd1e54e94409bc981517317152f58b6e3fc4f1ddbde7bef0b5"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e028c8ad906be3bd9b7a20d637d25318aa6b1c2fa08728f61ee730fc76d3f679"
13-
sha256 cellar: :any_skip_relocation, sonoma: "dd9090d5c9446fda2debf6593918a49c914f457162274c6d298c06f88944c307"
14-
sha256 cellar: :any_skip_relocation, ventura: "b4701bd3195c8f630a6a5f5540cc56fa892928dccabc82d74d321fdf1cd9cf88"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b64a36fdabc39facd74232614473df4c79a62b02df14540e1f72e75a223b117"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6601c16227ede4ddca887106d9258f1e2bed8bccc3b603aeb9c2cb685b40033"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bda24b92c186dd4bcae8e933568ad775f143f55802a4a472f5e5575c38c57b5a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cb20e6cc261ae50e26f2ba2f4d886124b8f858c3d77b4c529cdb86033cee573b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c3bcd6cd5aa1e09f03b4ab05fca6d420d997eee8949c356c44f6a18cf5586e14"
14+
sha256 cellar: :any_skip_relocation, ventura: "60d6963c2566430e0c4b83cd2d641d5203f0297db1ce0482e05d1483a033b8c5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "95bbcd16aa0dd0ecad000481ee4b8193db9d34f8d43105f8c594e6867ba5c7a4"
1616
end
1717

1818
uses_from_macos "ncurses"

0 commit comments

Comments
 (0)