homebrew-cask/Casks/blocs.rb

16 lines
511 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'blocs' do
2017-05-18 03:46:16 +08:00
version '2.3.2'
sha256 'c766c135dbe42a2900b66dc2f6e07e855f392fe35baf89b3af46d0000a6779f0'
2015-01-30 18:50:53 +08:00
2016-06-20 01:45:37 +08:00
# uistore.io was verified as official when first introduced to the cask
url "http://downloads.uistore.io/blocs/version-#{version.major}/Blocs.zip"
appcast "https://uistore.io/blocs/#{version.major}.0/info.xml",
2017-05-18 03:46:16 +08:00
checkpoint: '5a471db8fc9e3eef22c4e23ba2daccb3a027677f71141224889c9259d68ca9f7'
name 'Blocs'
homepage 'https://blocsapp.com/'
2015-01-30 18:50:53 +08:00
2016-06-20 01:45:37 +08:00
auto_updates true
app 'Blocs.app'
2015-01-30 18:50:53 +08:00
end