homebrew-cask/Casks/pinta.rb

15 lines
400 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => '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-01-12 03:18:33 +08:00
name 'Pinta'
homepage 'http://pinta-project.com/'
license :mit
2014-09-16 00:06:08 +08:00
app 'Pinta.app'
2015-01-29 03:13:54 +08:00
depends_on :cask => 'mono-mdk'
2013-11-14 08:13:35 +08:00
end