Skip to content

Commit

Permalink
Merge pull request #204381 from kopiro/patch-1
Browse files Browse the repository at this point in the history
soundanchor 1.1.1 (new cask)
  • Loading branch information
p-linnane authored Mar 10, 2025
2 parents f3e1beb + 4a25294 commit 3314ab4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Casks/s/soundanchor.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cask "soundanchor" do
version "1.1.1"
sha256 "06dbc84bea696d40e3ce7d848aa445166efda0cdcfc7be2f32cf0bbf1aaea04c"

url "https://apps.kopiro.me/soundanchor/builds/SoundAnchor-#{version}.dmg"
name "SoundAnchor"
desc "Audio device utility"
homepage "https://apps.kopiro.me/soundanchor/"

livecheck do
url "https://apps.kopiro.me/soundanchor/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :big_sur"

app "SoundAnchor.app"

# No zap stanza required
end

0 comments on commit 3314ab4

Please sign in to comment.