homebrew-cask/Casks/upic.rb

19 lines
498 B
Ruby

cask 'upic' do
version '0.7.0'
sha256 'f010dc4922ed71d1fa1b04c7b4c57ef2ea6178b6df6acdc4773de92fbc8820ba'
url "https://github.com/gee1k/uPic/releases/download/v#{version}/uPic.dmg"
appcast 'https://github.com/gee1k/uPic/releases.atom'
name 'uPic'
homepage 'https://github.com/gee1k/uPic'
depends_on macos: '>= :sierra'
app 'UPic.app'
zap trash: [
'~/Library/Preferences/com.svend.uPic.plist',
'~/Library/Caches/com.svend.uPic',
]
end