homebrew-cask/Casks/lacona.rb

20 lines
599 B
Ruby
Raw Normal View History

2016-01-30 22:40:25 +08:00
cask 'lacona' do
2016-07-19 23:10:59 +08:00
version '0.10.1'
sha256 'acc5b681774f9be2c702094d0d87baaa2728aee54529f6a27c6571342f8e13d3'
2016-01-30 22:40:25 +08:00
2016-02-18 11:08:56 +08:00
# lacona-download.firebaseapp.com was verified as official when first introduced to the cask
url "https://lacona-download.firebaseapp.com/packages/#{version}/LaconaBeta.zip"
2016-03-04 04:37:17 +08:00
appcast 'https://lacona-download.firebaseapp.com/appcast.xml',
2016-07-19 23:10:59 +08:00
checkpoint: '448b88e5ad9cd58e9f4d8cf7c5b58b9ac26c06b83539f7740538e15bf3882ca2'
2016-01-30 22:40:25 +08:00
name 'Lacona'
2016-08-12 07:55:48 +08:00
homepage 'https://www.lacona.io/'
2016-01-30 22:40:25 +08:00
2016-04-16 12:24:05 +08:00
auto_updates true
2016-01-30 22:40:25 +08:00
app 'Lacona.app'
2016-03-04 04:37:17 +08:00
postflight do
suppress_move_to_applications
end
2016-01-30 22:40:25 +08:00
end