diff --git a/Casks/pinta.rb b/Casks/pinta.rb index e17f9b7f3c..679c04d51a 100644 --- a/Casks/pinta.rb +++ b/Casks/pinta.rb @@ -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