Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bitdefender.app v2.3 #27540

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Casks/bitdefender.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cask 'bitdefender' do
version :latest
sha256 :no_check

url 'http://download.bitdefender.com/mac/antivirus/en/bitdefender_antivirus_for_mac.dmg'
name 'Bitdefender Virus Scanner'
homepage 'http://www.bitdefender.com/solutions/virus-scanner-for-mac.html'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you confirm this is the correct homepage? I get a 404 error, and going to http://www.bitdefender.com.au/solutions/antivirus-for-mac.html I need to enter an email address to download the trial, which is not the one downloaded via the url you provided.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The given homepage works just fine, testing with an American VPN, but as you said the .au version fails for me too. Maybe we should just make this http://www.bitdefender.com/?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But even from http://www.bitdefender.com/ I cannot find a link to the file in the original url?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this maybe a link to the paid version, then?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dcondrey any follow-up on this?


pkg 'Bitdefender Installer.pkg'

uninstall pkgutil: 'com.bitdefender.*'
end