Skip to content

Commit

Permalink
Merge pull request Homebrew#196816 from toobuntu/new-cask/radiola
Browse files Browse the repository at this point in the history
radiola 8.1.0 (new cask)
  • Loading branch information
khipp authored Jan 1, 2025
2 parents b35374d + 6a96e89 commit cd00715
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ quickwhisper
quip
racket
radarr
radiola
rancher
rapidapi
rapidweaver
Expand Down
31 changes: 31 additions & 0 deletions Casks/r/radiola.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
cask "radiola" do
version "8.1.0"
sha256 "96ecfb960e4cc689a7b5045e6168f91d31906cb27f11d13b28a4a6313124f9b3"

url "https://github.com/SokoloffA/radiola/releases/download/v#{version}/Radiola-#{version}.dmg"
name "Radiola"
desc "Internet radio player for the menu bar"
homepage "https://github.com/SokoloffA/radiola"

livecheck do
url "https://sokoloffa.github.io/radiola/feed.xml"
strategy :sparkle
end

auto_updates true
depends_on macos: ">= :big_sur"

app "Radiola.app"

uninstall quit: "com.github.SokoloffA.Radiola"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.github.sokoloffa.radiola.sfl*",
"~/Library/Application Support/com.github.SokoloffA.Radiola",
"~/Library/Application Support/Radiola",
"~/Library/Caches/com.github.SokoloffA.Radiola",
"~/Library/HTTPStorages/com.github.SokoloffA.Radiola",
"~/Library/HTTPStorages/com.github.SokoloffA.Radiola.binarycookies",
"~/Library/Preferences/com.github.SokoloffA.Radiola.plist",
]
end

0 comments on commit cd00715

Please sign in to comment.