Skip to content

Commit

Permalink
Merge pull request #156354 from p-linnane/pcb2gcode-deps
Browse files Browse the repository at this point in the history
pcb2gcode: update dependencies
  • Loading branch information
BrewTestBot authored Dec 4, 2023
2 parents ff11c30 + 05aaf30 commit b8e21b4
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions Formula/p/pcb2gcode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@ class Pcb2gcode < Formula
head "https://github.com/pcb2gcode/pcb2gcode.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "165dcd58cedd972f134aca913649728a39819f5cb17e01a6f9b5adf34ede7792"
sha256 cellar: :any, arm64_ventura: "83bf29c11793c0a6208364355933e342f50c7fa06a8ce78e82b1e20443eda6fd"
sha256 cellar: :any, arm64_monterey: "0ef47de906052a46031dd49c805d891bfd5be25bbe468a9933a3afe523d55be6"
sha256 cellar: :any, sonoma: "a5f6f6d946b919477efb31e923f378ff89f04861f1bf35aa7cbacbbd9dc5de51"
sha256 cellar: :any, ventura: "bef81727aaaa2079ceef617955d35a26a48721785b3903afca106b5f14b25a29"
sha256 cellar: :any, monterey: "9e79fcda35d2e77f22aa77f0054393751912b05361473320cea9901de5cacf2b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec22ceb70ddf645429e299780bed3d3ed0e3e26c2c1a97ba986d8fe7ebc881fd"
rebuild 1
sha256 cellar: :any, arm64_sonoma: "419f56f545fef6c657ba66b44dfc4a6bd5809a4eb5bf5adf818fdf8c4259d829"
sha256 cellar: :any, arm64_ventura: "524e436fd4770d16fb870a59cc1edfa096d7270bfb4c2476d4048b34185a2bca"
sha256 cellar: :any, arm64_monterey: "dd374ee932d974d59f26e38a887db0d579570889bb54527bde075a843fd41393"
sha256 cellar: :any, sonoma: "cde6955320ec6da6a34156daf803b9dfa272bf7edd1e0d01858a98abf5e74a27"
sha256 cellar: :any, ventura: "48b9b683160f5bf4f84f6d5bab7ee32aad6bad95193692ed41a7476b74fd7e48"
sha256 cellar: :any, monterey: "c675dd3695e13f352e54b7f63190aa5ba012f33490ea333260b403475379fac9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7725fe41da2b8d4960737e8b45e6194f0782fb368592869d5ac78558d62e950"
end

# Release 2.0.0 doesn't include an autoreconfed tarball
# glibmm, gtkmm and librsvg are used only in unittests,
# and are therefore not needed at runtime.
depends_on "atkmm@2.28" => :build
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "cairomm@1.14" => :build
Expand All @@ -31,8 +28,16 @@ class Pcb2gcode < Formula
depends_on "libtool" => :build
depends_on "pangomm@2.46" => :build
depends_on "pkg-config" => :build
depends_on "at-spi2-core"
depends_on "boost"
depends_on "cairo"
depends_on "gdk-pixbuf"
depends_on "gerbv"
depends_on "gettext"
depends_on "glib"
depends_on "gtk+"
depends_on "harfbuzz"
depends_on "pango"

fails_with gcc: "5"

Expand Down

0 comments on commit b8e21b4

Please sign in to comment.