homebrew-cask/Casks/soube.rb

14 lines
534 B
Ruby
Raw Normal View History

2016-12-26 22:17:37 +08:00
cask 'soube' do
2017-03-31 23:57:19 +08:00
version '1.4.2'
sha256 'c09df1e3a512677468bb49aa1a72306110ecd57fb85a29a0897fba5ba3b940a5'
2016-12-26 22:17:37 +08:00
# github.com/DracotMolver/Soube was verified as official when first introduced to the cask
url "https://github.com/DracotMolver/Soube/releases/download/#{version}/soube-#{version}.dmg"
appcast 'https://github.com/DracotMolver/Soube/releases.atom',
2017-03-31 23:57:19 +08:00
checkpoint: 'ea1de0a98840d99303b89f8dc27d579ecfa21b315234c13c4f505baef4c97b7e'
2016-12-26 22:17:37 +08:00
name 'Soube'
homepage 'http://soube.diegomolina.cl/'
app 'soube.app'
end