From 93d6d25bcecee5943f439567db00dd6a0129833e Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 28 Jan 2015 14:12:01 -0500 Subject: [PATCH 1/2] bump Pinta to 1.5 --- Casks/pinta.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/pinta.rb b/Casks/pinta.rb index e17f9b7f3c..185fc53d7e 100644 --- a/Casks/pinta.rb +++ b/Casks/pinta.rb @@ -1,9 +1,9 @@ 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 From ad991c90aad5aa54612ec49cc294802eba3c8647 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Wed, 28 Jan 2015 14:13:54 -0500 Subject: [PATCH 2/2] pinta requires mono-mdk Closes #9309. --- Casks/pinta.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Casks/pinta.rb b/Casks/pinta.rb index 185fc53d7e..679c04d51a 100644 --- a/Casks/pinta.rb +++ b/Casks/pinta.rb @@ -3,10 +3,12 @@ cask :v1 => 'pinta' do sha256 'd23093ce67c6aac77c3380aff63963ca615fcf9ef85ee1683655c599070b766e' # github.com is the official download host per the vendor homepage - url "https://github.com//PintaProject/Pinta/releases/download/#{version}/Pinta.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