homebrew-cask/Casks/upic.rb

19 lines
499 B
Ruby

cask 'upic' do
version '0.14.2'
sha256 'b98e68e0385ff9f02190c3184725ed4be1dc91ee793da6b60a0435859b80901d'
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