homebrew-cask/Casks/upic.rb

19 lines
498 B
Ruby
Raw Normal View History

2019-06-27 20:45:20 +08:00
cask 'upic' do
version '0.7.0'
2019-06-30 23:31:12 +08:00
sha256 'f010dc4922ed71d1fa1b04c7b4c57ef2ea6178b6df6acdc4773de92fbc8820ba'
2019-06-27 20:45:20 +08:00
url "https://github.com/gee1k/uPic/releases/download/v#{version}/uPic.dmg"
2019-06-27 20:45:20 +08:00
appcast 'https://github.com/gee1k/uPic/releases.atom'
name 'uPic'
homepage 'https://github.com/gee1k/uPic'
2019-06-29 21:08:58 +08:00
depends_on macos: '>= :sierra'
2019-06-27 20:45:20 +08:00
app 'UPic.app'
zap trash: [
'~/Library/Preferences/com.svend.uPic.plist',
'~/Library/Caches/com.svend.uPic',
]
2019-06-27 20:45:20 +08:00
end