mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
262 B
Ruby
7 lines
262 B
Ruby
class Inkscape < Cask
|
|
url 'http://downloads.sourceforge.net/inkscape/Inkscape-0.48.2-1-SNOWLEOPARD.dmg'
|
|
homepage 'http://inkscape.org'
|
|
version '0.48.2-1'
|
|
sha256 'dc45811c450687cf2a455decc047b27a53f79cc926cd3a3c57c60e757e5710f8'
|
|
link 'Inkscape.app'
|
|
end
|