|
1 | 1 | class Xmake < Formula |
2 | 2 | desc "Cross-platform build utility based on Lua" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/xmake-io/xmake.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | uses_from_macos "ncurses" |
|
0 commit comments