Homebrew tap for XR (VR/AR/MR) software.
homebrew vr linux oci
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

atomicxr-cli 2.5.0

Signed-off-by: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o>

+1 -6
+1 -6
Formula/atomicxr-cli.rb
··· 3 3 class AtomicxrCli < Formula 4 4 desc "Utilities for XR on Fedora Atomic Desktops and Universal Blue" 5 5 homepage "https://tangled.org/matrixfurry.com/atomic-xr" 6 - version "2.4.0" 6 + version "2.5.0" 7 7 url "https://tangled.sh/@matrixfurry.com/atomic-xr/archive/refs%2Ftags%2Fv#{version}" 8 8 sha256 "81a464ad2ddf950292afd19d5637e3406867703b9359c5bf6e1d22eccbc65d49" 9 9 license "AGPL-3.0-only" 10 - 11 - bottle do 12 - root_url "https://gitlab.com/api/v4/projects/75293878/packages/generic/atomicxr-cli/2.4.0" 13 - sha256 cellar: :any_skip_relocation, x86_64_linux: "f4333ef2ee54f90e38ba1274439cefd2441dc9defb9a52111fdbbb40fe9014ec" 14 - end 15 10 16 11 depends_on "nushell" 17 12