sidequest: add arm version (#116134)

This commit is contained in:
aimileus 2021-12-21 10:37:18 +01:00 committed by GitHub
parent 323c0b4f7c
commit 629f0a133d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
cask "sidequest" do
version "0.10.26"
sha256 "92d7c4eaf165765c210035ce60bc0cfb1d75a93eb646e153ace68b2d52097ec4"
arch = Hardware::CPU.intel? ? "" : "-arm64"
url "https://github.com/SideQuestVR/SideQuest/releases/download/v#{version}/SideQuest-#{version}.dmg",
version "0.10.26"
if Hardware::CPU.intel?
sha256 "92d7c4eaf165765c210035ce60bc0cfb1d75a93eb646e153ace68b2d52097ec4"
else
sha256 "d3fcb61d32883cebd115c4108958e8b66e1e9759abb912902a44ad46a2bc6eaa"
end
url "https://github.com/SideQuestVR/SideQuest/releases/download/v#{version}/SideQuest-#{version}#{arch}.dmg",
verified: "github.com/SideQuestVR/SideQuest/"
name "SideQuest"
desc "Virtual reality content platform"