eddie: add arm64 (#110911)

* eddie: add arm64

* Update eddie.rb

* Update eddie.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Aditya Verma 2021-09-03 05:06:07 +05:30 committed by GitHub
parent c153736113
commit 15f4497b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,7 @@
cask "eddie" do
version "2.20.0"
if Hardware::CPU.intel?
if MacOS.version <= :mojave
sha256 "a446563a6beb6f91542d6afbd6f90f6745b7a36fef363a13506cff9d8f078c78"
@ -12,6 +13,12 @@ cask "eddie" do
url "https://eddie.website/download/?platform=macos-10.15&arch=x64&ui=ui&format=disk.dmg&version=#{version}",
verified: "eddie.website/"
end
else
sha256 "0e326ab63b0cd20415fc14d5cc9549d5656fdca5d9518e0babed4e0b6821539c"
url "https://eddie.website/download/?platform=macos-10.15&arch=arm64&ui=ui&format=disk.dmg&version=#{version}",
verified: "eddie.website/"
end
name "Air VPN"
name "Eddie"