homebrew-cask/Casks/pinta.rb

16 lines
573 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'
2016-06-19 05:43:52 +08:00
# github.com/PintaProject/Pinta was verified as official when first introduced to the cask
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'
2016-11-23 21:35:02 +08:00
homepage 'https://pinta-project.com/pintaproject/pinta/'
depends_on cask: 'mono-mdk'
app 'Pinta.app'
2013-11-14 08:13:35 +08:00
end