homebrew-cask/Casks/stargazer.rb

13 lines
461 B
Ruby
Raw Normal View History

cask 'stargazer' do
2018-03-16 15:34:43 +08:00
version '1.6.0'
sha256 '6c70c8ce2c855fa001109204dda5dae04e12d6cc30bde86375febcc50ac1f3a4'
# github.com/johansten/stargazer was verified as official when first introduced to the cask
url "https://github.com/johansten/stargazer/releases/download/v#{version}/Stargazer-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/johansten/stargazer/releases.atom'
name 'Stargazer'
homepage 'https://getstargazer.com/'
app 'Stargazer.app'
end