homebrew-cask/Casks/min.rb

20 lines
734 B
Ruby
Raw Normal View History

2016-04-14 01:46:16 +08:00
cask 'min' do
version '1.7.1'
sha256 '0690f422d20b031ac6b94cdf93fd049cd399e95ca866a5fe20b18f96752bcf97'
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',
checkpoint: 'fd415e934f9c70174d5ddaa8c3f606690358eb349f01f01f080a9ec38ca26d89'
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'
2017-11-18 18:19:20 +08:00
zap trash: [
'~/Library/Application Support/Min',
'~/Library/Caches/Min',
'~/Library/Saved Application State/com.electron.min.savedState',
]
2016-04-14 01:46:16 +08:00
end