Skip to content

Commit

Permalink
Merge pull request Homebrew#202047 from Homebrew/bump-surfer-0.3.0
Browse files Browse the repository at this point in the history
surfer 0.3.0
  • Loading branch information
BrewTestBot authored Dec 21, 2024
2 parents 7d61de9 + f6597af commit 9f70de9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,7 @@ suite-sparse
sundials
superfile
superlu
surfer
suricata
svgbob
svgo
Expand Down
18 changes: 9 additions & 9 deletions Formula/s/surfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ class Surfer < Formula
desc "Waveform viewer, supporting VCD, FST, or GHW format"
homepage "https://surfer-project.org/"
url "https://gitlab.com/surfer-project/surfer.git",
tag: "v0.2.0",
revision: "2d8dfae1e11aa9b843a3ee94ea99194417b36c59"
tag: "v0.3.0",
revision: "1a6b34c44ea0e5089bd55d0bce1297aa1a02e6ef"
license "EUPL-1.2"
head "https://gitlab.com/surfer-project/surfer.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd7b0c51ac91e29fde0266b4c1fdcef00910e31e7a06ef1eb4db182b429f9bbf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "113cb8ba1da90363e7ba910c2e22f2a8d7f53c745bf055524d8c238e47a79c01"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3c1ae8711ae1b6913530447e707fbb2cdecf0f21c47535a0bd78e282b326df09"
sha256 cellar: :any_skip_relocation, sonoma: "69598f9d725b00ad2cf5af8e1dc7884fb50055af294cc69c2f2d4d63b0f2538d"
sha256 cellar: :any_skip_relocation, ventura: "8add1ebee71981af65a417c76fe0d304cdf05cc12d5dcc88004bd7cda3fc526f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb3855f6c6fb4e457389ec74da4de999382698a98b0f806304e988ae4ecbb234"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4457f78c27f1e938def02a5a0dcbbcc2e0a321c74f8537c04f509802c9f0b8ca"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e97543d0f251a4f4b6af33d51eee1756034d89b5b56a1635950ab1e238aacad0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "03096cd206a1e35ce940edbfc933dec9223af66b13020995f74bc31e5de6e0b3"
sha256 cellar: :any_skip_relocation, sonoma: "e8deccf748154f2694fb130a855db4489f1ead1a2a373c1f5fa4fb7440718c64"
sha256 cellar: :any_skip_relocation, ventura: "c4153c7564eb8c1f70c138b984d50497d335b6f545b2bc1812b7020b558e575c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "85f894ea7612f3fbf2c10be6b238e4cfa42fcc694c4d0dbc4b847f6fe4010fcc"
end

depends_on "pkgconf" => :build
Expand All @@ -24,7 +24,7 @@ class Surfer < Formula
end

def install
system "cargo", "install", *std_cargo_args
system "cargo", "install", *std_cargo_args(path: "surfer")
end

test do
Expand Down

0 comments on commit 9f70de9

Please sign in to comment.