From dcdfe15ee2b943413176120719970ff2e3a8bd36 Mon Sep 17 00:00:00 2001 From: CoreCode Date: Wed, 19 Dec 2018 02:21:17 +0100 Subject: [PATCH] Delete bitlord (#56325) * Delete bitlord as per discussion in https://github.com/Homebrew/homebrew-cask/issues/56223 "this is exactly the same situation as with filezilla a few days ago. there is a clean version, and an 'evil' adware installer version. we link to the clean version, which is good. however, the clean version always lags behind by one version, and if you go to their website and click the big fat green download button, you get the adware installer. (i believe its the very same adware as filezilla). needless to say, i think this cask should be removed, or at the very least an explanatory warning caveat should be added." * Delete bitlord.rb --- Casks/bitlord.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Casks/bitlord.rb diff --git a/Casks/bitlord.rb b/Casks/bitlord.rb deleted file mode 100644 index 92dd310810d..00000000000 --- a/Casks/bitlord.rb +++ /dev/null @@ -1,10 +0,0 @@ -cask 'bitlord' do - version '2.4.5,324' - sha256 '59afe3669e040fe1080be04e633680286b45c44c72fbf720ca3eade5f4d64596' - - url "https://www.bitlord.com/osx/BitLord-ver#{version.after_comma}.dmg" - name 'BitLord' - homepage 'https://www.bitlord.com/' - - app 'BitLord.app' -end