@@ -1,9 +1,9 @@ |
| 1 |
class Rgbds < Formula |
1 |
class Rgbds < Formula |
| 2 |
desc "Rednex GameBoy Development System" |
2 |
desc "Rednex GameBoy Development System" |
| 3 |
homepage "https://rgbds.gbdev.io" |
3 |
homepage "https://rgbds.gbdev.io" |
| 4 |
url "https://github.com/gbdev/rgbds/archive/refs/tags/v0.7.0.tar.gz" |
|
|
| 5 |
sha256 "ef04d24d7a79c05ffadac0c08214f59b8d8812c7d1052a585e5ab0145f093b30" |
|
|
| 6 |
license "MIT" |
4 |
license "MIT" |
|
|
5 |
url "https://github.com/gbdev/rgbds/archive/refs/tags/v0.8.0.tar.gz" |
|
|
6 |
sha256 "7097e713384376c324bb001707b4d3924dc7051358a54069eb0bfd424ebe3c4e" |
| 7 |
head "https://github.com/gbdev/rgbds.git", branch: "master" |
7 |
head "https://github.com/gbdev/rgbds.git", branch: "master" |
| 8 |
|
8 |
|
| 9 |
livecheck do |
9 |
livecheck do |
@@ -11,6 +11,16 @@ class Rgbds < Formula |
| 11 |
strategy :github_latest |
11 |
strategy :github_latest |
| 12 |
end |
12 |
end |
| 13 |
|
13 |
|
|
|
14 |
bottle do |
|
|
15 |
sha256 cellar: :any, arm64_sonoma: "644ff192797102456f26f9513540de9ce86765c1177ae24fe6619a2b07c2ad32" |
|
|
16 |
sha256 cellar: :any, arm64_ventura: "5f8011ddf89542afdf952b5d834fc376cf7e6690988a498426bced15ce6a9200" |
|
|
17 |
sha256 cellar: :any, arm64_monterey: "b263ebc8a8e41690a7e94689d6434bf647d94e362691e591ed6a7d0138990126" |
|
|
18 |
sha256 cellar: :any, sonoma: "e91b064c360fa310ba66e30722e088e4cbbb49ca17600945aadae3553d879c01" |
|
|
19 |
sha256 cellar: :any, ventura: "a4dd6e7e0b556d48aebb97befd45473a29828eef7fc0a82c63d4fd13cece9986" |
|
|
20 |
sha256 cellar: :any, monterey: "2d1008de0fbf9ec18d5d42d08adc1451db21a3f644de7057d07d346922dbe122" |
|
|
21 |
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a5f81b9c7ae0f312183e29b08faeb27da936ec5c443db3c404e1fcea782b316" |
|
|
22 |
end |
|
|
23 |
|
| 14 |
depends_on "bison" => :build |
24 |
depends_on "bison" => :build |
| 15 |
depends_on "cmake" => :build |
25 |
depends_on "cmake" => :build |
| 16 |
depends_on "pkg-config" => :build |
26 |
depends_on "pkg-config" => :build |