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-02-24 07:00:51 +08:00
version '2.3.1'
sha256 '1cd1d8175d944400b2180b9100543307b2e85f49066b477e24921a231ebadfa7'
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-02-24 07:00:51 +08:00
checkpoint: '061ab429695d3970897cf2102e7b48008c3eb3d35463a9a64a22685710adc47f'
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