homebrew-cask/Casks/pinta.rb

17 lines
544 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pinta' do
2015-03-12 17:28:19 +08:00
version '1.6'
sha256 '8d9f04397bf279166e7c23cd6686342fb6b1a7e6d70546eefa23de73c4e251bf'
2015-01-18 10:18:39 +08:00
# github.com is the official download host per the vendor homepage
2015-01-29 03:13:54 +08:00
url "https://github.com/PintaProject/Pinta/releases/download/#{version}/Pinta.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/PintaProject/Pinta/releases.atom',
checkpoint: 'd343ef21b0681259d7a8df250d61abf187a250cd34f54717c1d6130ec5767c28'
2015-01-12 03:18:33 +08:00
name 'Pinta'
homepage 'http://pinta-project.com/'
license :mit
depends_on cask: 'mono-mdk'
app 'Pinta.app'
2013-11-14 08:13:35 +08:00
end