mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
11 lines
228 B
Ruby
11 lines
228 B
Ruby
cask :v1 => 'fdt' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://fdt.powerflasher.com/update/fdt/installer/FDT_osx64.dmg'
|
|
name 'FDT'
|
|
homepage 'http://fdt.powerflasher.com/'
|
|
license :commercial
|
|
|
|
app 'FDT.app'
|
|
end
|