mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user