homebrew-cask/Casks/min.rb

19 lines
645 B
Ruby

cask 'min' do
version '1.12.0'
sha256 '89e22b691ebca7c345de8da6d1f4001896e5272c08025572d262b46d414d5383'
# 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'
name 'Min'
homepage 'https://minbrowser.github.io/min/'
app 'Min.app'
zap trash: [
'~/Library/Application Support/Min',
'~/Library/Caches/Min',
'~/Library/Saved Application State/com.electron.min.savedState',
]
end