From ae4656818f4762bb5d3647171dc5ff27a93eef3d Mon Sep 17 00:00:00 2001 From: CoreCode Date: Sat, 25 Apr 2020 20:24:03 +0200 Subject: [PATCH] Delete roblox.rb the cask does not work as-is. someone would need to spend the time to change this to an installer stanza so we can keep it: https://github.com/Homebrew/homebrew-cask/pull/71440#issuecomment-619403707 --- Casks/roblox.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Casks/roblox.rb diff --git a/Casks/roblox.rb b/Casks/roblox.rb deleted file mode 100644 index ac043241fe6c..000000000000 --- a/Casks/roblox.rb +++ /dev/null @@ -1,13 +0,0 @@ -cask 'roblox' do - version '1.2.0.403819,75c3a69b92e24a12' - sha256 'c41d85c1e1178dfd53c12290cfa502ff8dac01b19812cd6675e48dc3ac580abb' - - # setup.rbxcdn.com/ was verified as official when first introduced to the cask - url "https://setup.rbxcdn.com/mac/version-#{version.after_comma}-Roblox.dmg" - appcast 'https://clientsettingscdn.roblox.com/v1/client-version/MacPlayer', - configuration: version.after_comma - name 'Roblox' - homepage 'https://www.roblox.com/download' - - app 'Roblox.app' -end