diff --git a/Casks/inkscape.rb b/Casks/inkscape.rb new file mode 100644 index 000000000..2a7e0fb75 --- /dev/null +++ b/Casks/inkscape.rb @@ -0,0 +1,5 @@ +class Inkscape < Cask + homepage 'http://inkscape.org' + url 'http://downloads.sourceforge.net/inkscape/Inkscape-0.48.2-1-SNOWLEOPARD.dmg' + version '0.48.2-1' +end