homebrew-cask/Casks/filemaker-odbc.rb

14 lines
488 B
Ruby
Raw Normal View History

cask 'filemaker-odbc' do
version '14.0.10'
sha256 '27aeca66ea4e82ac0dbdd538f42037611fefa4b7c6e461d3dba35cb10de20c18'
url "http://fmdl.filemaker.com/UPDT/#{version.major}/FM#{version.major_minor}v1_xDBC_#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://www.filemaker.com/support/updaters/updater_json.txt'
name 'FileMaker ODBC Client Drivers'
2016-08-12 07:55:48 +08:00
homepage 'https://www.filemaker.com/'
pkg 'ODBC Client Driver Installer/FileMaker ODBC.pkg'
uninstall pkgutil: 'com.filemaker.odbcdriver.*'
end