mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
9 lines
219 B
Ruby
9 lines
219 B
Ruby
class Unicodechecker < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://earthlingsoft.net/UnicodeChecker/UnicodeChecker.dmg'
|
|
homepage 'http://earthlingsoft.net/UnicodeChecker/'
|
|
|
|
app 'UnicodeChecker.app'
|
|
end
|