homebrew-cask/Casks/pinta.rb

11 lines
274 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pinta' do
2013-11-14 08:13:35 +08:00
version '1.4'
sha256 'ebe9e8c271e5c445144ecbbce62d0e5bb20a27b75f34b90bf1a898e1cc452edf'
2014-09-26 20:09:06 +08:00
url "https://github.com/downloads/PintaProject/Pinta/pinta-#{version}.app.zip"
homepage 'http://pinta-project.com/'
2014-10-01 23:33:37 +08:00
license :oss
2014-09-16 00:06:08 +08:00
app 'Pinta.app'
2013-11-14 08:13:35 +08:00
end