homebrew-cask/Casks/fing.rb

14 lines
546 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fing' do
2016-09-27 06:52:26 +08:00
version '3.0,2016-09'
sha256 'a8497ce00d58609d8677c6c7850e479420516d94e9f37d681dbdc970359294c6'
2014-10-28 00:13:32 +08:00
# 39qiv73eht2y1az3q51pykkf-wpengine.netdna-ssl.com was verified as official when first introduced to the cask
2016-09-27 06:52:26 +08:00
url "https://39qiv73eht2y1az3q51pykkf-wpengine.netdna-ssl.com/wp-content/uploads/#{version.after_comma.hyphens_to_slashes}/overlook-fing-#{version.before_comma}.dmg_.zip"
2015-01-06 11:04:43 +08:00
name 'Fing'
homepage 'https://www.fing.io/'
2014-10-28 00:13:32 +08:00
2016-09-27 06:52:26 +08:00
pkg "overlook-fing-#{version.before_comma}.pkg"
2014-10-28 00:13:32 +08:00
uninstall pkgutil: 'com.Overlook.Fing'
2014-10-28 00:13:32 +08:00
end