Skip to content

Commit

Permalink
Merge pull request #193771 from Homebrew/update-gqrx
Browse files Browse the repository at this point in the history
gqrx 2.17.6
  • Loading branch information
daeho-ro authored Dec 1, 2024
2 parents 0a08fd9 + 3552aad commit 96ea99b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Casks/g/gqrx.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
cask "gqrx" do
version "2.17.5"
sha256 "b69af85c295dd5f1a944b389127f088d28cb4bfaf281904d7e3698c034cf0616"
arch arm: "arm64", intel: "x86_64"

url "https://github.com/gqrx-sdr/gqrx/releases/download/v#{version.major_minor_patch}/Gqrx-#{version}.dmg",
version "2.17.6"
sha256 arm: "4f907f27d1eccdb9747ff6a349494eac90946900d87ee53f5bc9f6841f295f48",
intel: "88c22615b1b75d159b8900dd0c0921bc019d78197ff9da11be36c75b460ab764"

url "https://github.com/gqrx-sdr/gqrx/releases/download/v#{version}/Gqrx-#{version}-#{arch}.dmg",
verified: "github.com/gqrx-sdr/gqrx/"
name "Gqrx"
desc "Software-defined radio receiver powered by GNU Radio and Qt"
homepage "https://gqrx.dk/"
homepage "https://www.gqrx.dk/"

depends_on macos: ">= :catalina"
depends_on macos: ">= :ventura"

app "Gqrx.app"
# shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)
Expand All @@ -23,8 +26,4 @@
end

zap trash: "~/.config/gqrx"

caveats do
requires_rosetta
end
end

0 comments on commit 96ea99b

Please sign in to comment.