homebrew-cask/Casks/min.rb

20 lines
738 B
Ruby
Raw Normal View History

2016-04-14 01:46:16 +08:00
cask 'min' do
2016-11-07 23:52:05 +08:00
version '1.5.0'
sha256 'b143004d34f2d1f22b3e1bffc38fa5a53fce491e5ffe6639bceeaeaf5f04ede2'
2016-04-14 01:46:16 +08:00
# github.com/minbrowser/min was verified as official when first introduced to the cask
url "https://github.com/minbrowser/min/releases/download/v#{version}/Min-v#{version}-darwin-x64.zip"
appcast 'https://github.com/minbrowser/min/releases.atom',
2016-11-07 23:52:05 +08:00
checkpoint: 'd9fe31b89a107bec70ad419961cfba3e7dc971ac3946bf67894b9fb99b4a36cc'
2016-04-14 01:46:16 +08:00
name 'Min'
homepage 'https://minbrowser.github.io/min'
2016-04-14 01:46:16 +08:00
app 'Min.app'
zap delete: [
'~/Library/Application Support/Min',
'~/Library/Caches/Min',
'~/Library/Saved Application State/com.electron.min.savedState',
]
end