mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
14 lines
400 B
Ruby
14 lines
400 B
Ruby
cask :v1 => 'pinta' do
|
|
version '1.6'
|
|
sha256 '8d9f04397bf279166e7c23cd6686342fb6b1a7e6d70546eefa23de73c4e251bf'
|
|
|
|
# github.com is the official download host per the vendor homepage
|
|
url "https://github.com/PintaProject/Pinta/releases/download/#{version}/Pinta.app.zip"
|
|
name 'Pinta'
|
|
homepage 'http://pinta-project.com/'
|
|
license :mit
|
|
|
|
app 'Pinta.app'
|
|
|
|
depends_on :cask => 'mono-mdk'
|
|
end
|