Skip to content

Commit a196272

Browse files
authored
Merge pull request Homebrew#218770 from Homebrew/bump-xmake-2.9.9
xmake 2.9.9
2 parents 3838eb2 + 2960f65 commit a196272

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/x/xmake.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.8/xmake-v2.9.8.tar.gz"
5-
sha256 "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95"
4+
url "https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.tar.gz"
5+
sha256 "e92505b83bc9776286eae719d58bcea7ff2577afe12cb5ccb279c81e7dbc702d"
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: "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, arm64_linux: "89e98ac175d28addacbab53a8a9c6b92acc68506b7630dde250394b52832bb26"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "95bbcd16aa0dd0ecad000481ee4b8193db9d34f8d43105f8c594e6867ba5c7a4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "229df9b130670e6cf6aac4eb40c7da7e7326a51590825ab7d3a88906f9d28641"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46be66d19719757ac9be1671a03db504e7b9935839aa71eefa38fd920e206a1e"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a604af6cb9d7fcd407984f926d784bdc37e4c7ee54353f309922ae81225f64cb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1502c976b1f86c1ed83e4252d3b1968fa737f1fdded96b39bb99885cd933a460"
14+
sha256 cellar: :any_skip_relocation, ventura: "434637aa25d9aab519ddb1921283b80c1e3f4e157d5daa9a3e2ad53d980e2049"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "2736e9040b9d0e6a81c0254eb128315593146c8b5bdea8b0e55e571800a48ad0"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0fb887965f9e42b267002ef34b6553cdadc105285a309be531e29f11feddd76d"
1717
end
1818

1919
uses_from_macos "ncurses"

0 commit comments

Comments
 (0)