homebrew-cask/Casks/fritzing.rb

29 lines
938 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fritzing' do
2016-06-10 03:34:59 +08:00
version '0.9.3b'
sha256 'a057ed849b842540b98a68ab2cb996e22b482278706dd2f8da21d1bccf70513f'
2015-04-20 07:54:22 +08:00
url "http://fritzing.org/download/#{version}/mac-os-x-105/Fritzing#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/fritzing/fritzing-app/releases.atom'
2015-03-30 21:29:47 +08:00
name 'Fritzing'
2016-11-23 13:27:48 +08:00
homepage 'http://fritzing.org/home/'
2014-09-16 00:05:36 +08:00
app 'Fritzing.app'
caveats <<~EOS
There's a known issue with Fritzing 0.9.3b, causing it to corrupt its own
parts-library on first-launch. To avoid this, you must launch Fritzing
*from the command-line* for the first time:
$ #{appdir}/Fritzing.app/Contents/MacOS/Fritzing
Once open, you'll need to explicitly update the parts-library:
Help Check for updates...
Thereafter, at least until the next time you want to update the
parts-library, you can safely launch it from the Finder.
See: https://github.com/fritzing/fritzing-app/issues/3308 for more.
EOS
2013-08-28 10:23:57 +08:00
end