mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
257 B
Ruby
12 lines
257 B
Ruby
cask :v1 => 'freelancy' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://dl.getfreelancy.com/Freelancy.dmg'
|
|
homepage 'http://getfreelancy.com'
|
|
license :unknown
|
|
|
|
app 'Freelancy.app'
|
|
|
|
zap :delete => '~/Library/Application Support/freelancy'
|
|
end
|