Add bdinfo latest (#43230)

* Add bdinfo latest

* Update bdinfo.rb

* Update url

* Add referer

* Fix style
This commit is contained in:
nrlquaker 2018-01-28 19:31:03 +02:00 committed by Markus Reiter
parent a08049f025
commit 5fe30b69c5
1 changed files with 16 additions and 0 deletions

16
Casks/bdinfo.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'bdinfo' do
version :latest
sha256 :no_check
url 'https://www.videohelp.com/download/BDInfo%20OSX.dmg',
referer: 'https://www.videohelp.com/software/BDInfo'
name 'BDInfo'
homepage 'https://www.videohelp.com/software/BDInfo'
app 'BDInfo OSX.app'
zap trash: [
'~/Library/Preferences/com.yourcompany.BDInfo-OSX.plist',
'~/Library/Saved Application State/com.yourcompany.BDInfo-OSX.savedState',
]
end