diff --git a/.github/autobump.txt b/.github/autobump.txt index 75fb23d88787e..9845e51159a98 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -976,6 +976,7 @@ quickwhisper quip racket radarr +radiola rancher rapidapi rapidweaver diff --git a/Casks/r/radiola.rb b/Casks/r/radiola.rb new file mode 100644 index 0000000000000..f10bf14e1d3ec --- /dev/null +++ b/Casks/r/radiola.rb @@ -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