mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
Trial of five unlimited uses after which the user is limited to renaming five files at a time (crippled)
11 lines
275 B
Ruby
11 lines
275 B
Ruby
cask :v1 => 'name-mangler' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://manytricks.com/download/namemangler'
|
|
appcast 'http://manytricks.com/namemangler/appcast.xml'
|
|
homepage 'http://manytricks.com/namemangler/'
|
|
license :freemium
|
|
|
|
app 'Name Mangler.app'
|
|
end
|