homebrew-cask/Casks/fstream.rb

17 lines
365 B
Ruby

cask "fstream" do
version "1.4.9,699"
sha256 :no_check
url "https://www.sourcemac.com/fstream_FStream.tgz"
name "FStream"
desc "WebRadio listener/recorder software"
homepage "https://www.sourcemac.com/?page=fstream"
livecheck do
url "https://www.sourcemac.com/sparkle.php?id=156&content=xml"
strategy :sparkle
end
app "FStream.app"
end