homebrew-cask/Casks/sparkle.rb

13 lines
482 B
Ruby

cask "sparkle" do
version "1.22.0"
sha256 "50bdc8ad64593d871e4deb5b7526444422c3ac1e1f461fcfdd9e6aef0d2e34cd"
# github.com/sparkle-project/Sparkle/ was verified as official when first introduced to the cask
url "https://github.com/sparkle-project/Sparkle/releases/download/#{version}/Sparkle-#{version}.tar.bz2"
appcast "https://github.com/sparkle-project/Sparkle/releases.atom"
name "Sparkle"
homepage "https://sparkle-project.org/"
app "Sparkle Test App.app"
end