homebrew-cask/Casks/svgcleaner.rb

15 lines
519 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'svgcleaner' do
2015-09-13 18:47:44 +08:00
version '0.6.2'
sha256 '11a46910991b81aab8dc4f18859be9c518c62e1d03b2db2684f87f74de9edcf7'
2016-03-09 05:04:41 +08:00
# sourceforge.net/sourceforge/svgcleaner was verified as official when first introduced to the cask
2015-09-13 18:47:44 +08:00
url "http://downloads.sourceforge.net/sourceforge/svgcleaner/SVGCleaner.app_#{version}.zip"
name 'SVGCleaner'
homepage 'https://github.com/RazrFalcon/SVGCleaner/'
license :gpl
app 'SVGCleaner.app'
zap delete: '~/Library/Saved Application State/com.yourcompany.SVGCleaner.savedState'
2015-09-13 18:47:44 +08:00
end