Add Cloudflare WARP.app Beta Latest (cask cloudflare-warp) (#88478)

* Add 1.1.1.1.app Beta Latest

* Add Cloudflare WARP.app Beta Latest

* Remove 1.1.1.1 Cask

* Fix executable in cloudflare-warp Cask
This commit is contained in:
Seungbin Oh 2020-09-04 11:02:45 +09:00 committed by GitHub
parent eddf25d3f9
commit fb0ce5713b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
Casks/cloudflare-warp.rb Normal file
View File

@ -0,0 +1,17 @@
cask "cloudflare-warp" do
version :latest
sha256 :no_check
url "https://1.1.1.1/Cloudflare%20WARP.zip"
name "Cloudflare WARP"
desc "The free app that makes your Internet safer"
homepage "https://1.1.1.1/"
pkg "Cloudflare WARP.pkg"
uninstall script: {
executable: "/Applications/Cloudflare WARP.app/Contents/Resources/uninstall.sh",
input: ["Y\n"],
sudo: true,
}
end