homebrew-cask/Casks/iueditor.rb

17 lines
549 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'iueditor' do
2015-11-14 06:58:15 +08:00
version '1.1.1.6'
sha256 'f644d8e8a4f0aab420cf76ce724fb8e680e4f592de1bdad54399f938342fa641'
2015-04-29 23:32:21 +08:00
2016-03-12 23:07:50 +08:00
# iueditor.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://iueditor.s3.amazonaws.com/Release/IUEditorV#{version}.zip"
name 'JDLab IUEditor'
homepage 'http://www.iueditor.org/'
2015-04-29 23:32:21 +08:00
app 'IUEditor.app'
zap delete: [
'~/Library/Preferences/org.jdlab.IUEditor.LSSharedFileList.plist',
'~/Library/Preferences/org.jdlab.IUEditor.plist',
]
2015-04-29 23:32:21 +08:00
end