mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
10 lines
252 B
Ruby
10 lines
252 B
Ruby
class NameMangler < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://manytricks.com/download/namemangler'
|
|
appcast 'http://manytricks.com/namemangler/appcast.xml'
|
|
homepage 'http://manytricks.com/namemangler/'
|
|
|
|
link 'Name Mangler.app'
|
|
end
|