Merge pull request #9323 from vitorgalvao/fix-9309

Fix 9309
This commit is contained in:
Vítor Galvão
2015-01-29 13:06:08 +00:00
+5 -3
View File
@@ -1,12 +1,14 @@
cask :v1 => 'pinta' do
version '1.4'
sha256 'ebe9e8c271e5c445144ecbbce62d0e5bb20a27b75f34b90bf1a898e1cc452edf'
version '1.5'
sha256 'd23093ce67c6aac77c3380aff63963ca615fcf9ef85ee1683655c599070b766e'
# github.com is the official download host per the vendor homepage
url "https://github.com/downloads/PintaProject/Pinta/pinta-#{version}.app.zip"
url "https://github.com/PintaProject/Pinta/releases/download/#{version}/Pinta.app.zip"
name 'Pinta'
homepage 'http://pinta-project.com/'
license :oss
app 'Pinta.app'
depends_on :cask => 'mono-mdk'
end