homebrew-cask/Casks/upic.rb

14 lines
393 B
Ruby
Raw Normal View History

2019-06-27 20:45:20 +08:00
cask 'upic' do
version '0.6.0'
sha256 'c9dac6e4a5703b5dcb48d37828ef608ca788d2d927b75fb230a4b80b290501df'
2019-06-27 20:45:20 +08:00
url "https://github.com/gee1k/uPic/releases/download/v#{version}/uPic_v#{version}.dmg"
appcast 'https://github.com/gee1k/uPic/releases.atom'
name 'uPic'
homepage 'https://github.com/gee1k/uPic'
app 'UPic.app'
zap trash: '~/Library/Preferences/com.svend.uPic.plist'
end