homebrew-cask/Casks/fdt.rb

12 lines
222 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fdt' do
2014-09-17 19:42:44 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://fdt.powerflasher.com/update/fdt/installer/FDT_osx64.dmg'
2015-03-30 00:09:27 +08:00
name 'FDT'
2015-06-29 14:32:18 +08:00
homepage 'https://fdt.powerflasher.com/'
2014-11-14 03:33:18 +08:00
license :commercial
2014-09-16 00:05:33 +08:00
app 'FDT.app'
end