homebrew-cask/Casks/browserosaurus.rb

15 lines
542 B
Ruby

cask "browserosaurus" do
version "10.11.2"
sha256 "216e56b0cfc84c812973078345bea5accc1067a237c63a9065c5386ecdfb945c"
# github.com/will-stone/browserosaurus/ was verified as official when first introduced to the cask
url "https://github.com/will-stone/browserosaurus/releases/download/v#{version}/Browserosaurus-#{version}.dmg"
appcast "https://github.com/will-stone/browserosaurus/releases.atom"
name "Browserosaurus"
homepage "https://will-stone.github.io/browserosaurus/"
auto_updates true
app "Browserosaurus.app"
end