homebrew-cask/Casks/unicodechecker.rb

11 lines
339 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'unicodechecker' do
2014-09-17 19:43:06 +08:00
version :latest
2014-07-15 16:29:43 +08:00
sha256 :no_check
url 'http://earthlingsoft.net/UnicodeChecker/UnicodeChecker.dmg'
homepage 'http://earthlingsoft.net/UnicodeChecker/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-15 16:29:43 +08:00
2014-09-16 00:06:33 +08:00
app 'UnicodeChecker.app'
2014-07-15 16:29:43 +08:00
end