homebrew-cask/Casks/upic.rb

19 lines
499 B
Ruby

cask 'upic' do
version '0.16.4'
sha256 '972da76944ed78591a450eaf9dd00642b3d4ca2cece0b6700c72c2d36ce49c4b'
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