forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Homebrew#196816 from toobuntu/new-cask/radiola
radiola 8.1.0 (new cask)
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -976,6 +976,7 @@ quickwhisper | |
quip | ||
racket | ||
radarr | ||
radiola | ||
rancher | ||
rapidapi | ||
rapidweaver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |