mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
10 lines
216 B
Ruby
10 lines
216 B
Ruby
class Crushftp < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.crushftp.com/early7/CrushFTP7_OSX.zip'
|
|
homepage 'https://www.crushftp.com'
|
|
license :unknown
|
|
|
|
app 'CrushFTP6_OSX/CrushFTP7.app'
|
|
end
|