homebrew-cask/Casks/sparkle.rb

13 lines
481 B
Ruby

cask 'sparkle' do
version '1.20.0'
sha256 '6608a56ff95d714b2a18bda8022f7d846d57601150b8c6e077b0936f74b1c6a8'
# 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