homebrew-cask/Casks/upic.rb

19 lines
498 B
Ruby

cask 'upic' do
version '0.7.1'
sha256 'f37d3f4dc58b716c65f51c0c4fe70953a36df0b633fdcc4464ebf3d67bb42f4c'
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