From bc50ef35c2fb4ebb320cad0e9fcd1072a8112fc3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 21 Dec 2024 10:38:32 -0500 Subject: [PATCH 1/2] surfer 0.3.0 autobump: add surfer Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/surfer.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 7cf035074fa40..d62b8c80242f3 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2939,6 +2939,7 @@ suite-sparse sundials superfile superlu +surfer suricata svgbob svgo diff --git a/Formula/s/surfer.rb b/Formula/s/surfer.rb index fc303fc16f3c6..e432d2da140eb 100644 --- a/Formula/s/surfer.rb +++ b/Formula/s/surfer.rb @@ -2,8 +2,8 @@ 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" @@ -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 From f6597af35a8c5f9ab50ccb1acee80e9253df8fe6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:00:40 +0000 Subject: [PATCH 2/2] surfer: update 0.3.0 bottle. --- Formula/s/surfer.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/surfer.rb b/Formula/s/surfer.rb index e432d2da140eb..7b1381b8e7a9c 100644 --- a/Formula/s/surfer.rb +++ b/Formula/s/surfer.rb @@ -8,12 +8,12 @@ class Surfer < Formula 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