homebrew-cask/Casks/picgo.rb

12 lines
362 B
Ruby

cask 'picgo' do
version '2.2.2'
sha256 '49eb462ed3563bff862111c3b3ec49f2c3198536b2cf69b5fc468d2cc33b8aae'
url "https://github.com/Molunerfinn/PicGo/releases/download/v#{version}/PicGo-#{version}-mac.zip"
appcast 'https://github.com/Molunerfinn/PicGo/releases.atom'
name 'PicGo'
homepage 'https://github.com/Molunerfinn/PicGo'
app 'PicGo.app'
end