Update sound-siphon from 3.3.4 to 3.3.5 (#115400)

* Update sound-siphon from 3.3.4 to 3.3.5

* Update livecheck strategy

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
neutric 2021-12-07 01:09:10 +01:00 committed by GitHub
parent ce871111c9
commit 7eb546a843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cask "sound-siphon" do
version "3.3.4"
version "3.3.5"
sha256 :no_check # required as upstream package is updated in-place
url "https://staticz.com/download/5876/"
@ -8,8 +8,8 @@ cask "sound-siphon" do
homepage "https://staticz.com/soundsiphon/"
livecheck do
url "http://staticz.net/updates/soundsiphon#{version.major}.rss"
strategy :sparkle
url :url
strategy :header_match
end
depends_on macos: ">= :mojave"