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-01-18 11:55:30 +08:00
version '2.3.0'
sha256 'b8e88252cbfb6b08d60c8317ddd81f5eca67811d215f8dcb0f9e3bdf6cee18fa'
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-01-18 11:55:30 +08:00
checkpoint: 'fb118d92f6c175170bc467a63c9eb3008c82bbbac7475a365b98a54a8f0fb635'
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