homebrew-cask/Casks/blocs.rb

17 lines
502 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'blocs' do
2016-08-11 04:44:25 +08:00
version '2.1.2'
sha256 '2ecbe717b337e908098c23cb3d9856a3d7442c09343d9121bc864c2d50784eee'
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-2/Blocs.zip'
appcast 'https://uistore.io/blocs/2.0/info.xml',
2016-08-11 04:44:25 +08:00
checkpoint: '67f1966c39c1cec7a7fa090446dd3fb12eb984dc61f4e14375ab8a8382c4103d'
name 'Blocs'
2015-01-30 18:50:53 +08:00
homepage 'http://blocsapp.com/'
license :commercial
2016-06-20 01:45:37 +08:00
auto_updates true
app 'Blocs.app'
2015-01-30 18:50:53 +08:00
end