homebrew-cask/Casks/sparkle.rb

15 lines
556 B
Ruby

cask 'sparkle' do
version '1.13.1'
sha256 '82cd7f675fa4f4a9f97943478afd7b0839767e479abe6bbd05ec67c0cc5b8056'
# github.com is the official download host per the vendor homepage
url "https://github.com/sparkle-project/Sparkle/releases/download/#{version}/Sparkle-#{version}.tar.bz2"
appcast 'https://github.com/sparkle-project/Sparkle/releases.atom',
checkpoint: '8f68a29a2350121ea839e3bbc4137e0164eed6ddd55fbf396941786e65d1e5cd'
name 'Sparkle'
homepage 'http://sparkle-project.org/'
license :mit
app 'Sparkle Test App.app'
end