XR packaging for Fedora Atomic
0
fork

Configure Feed

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

atomicxr-cli: bump to v1.0.3

+5 -2
+5 -2
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.sh/@matrixfurry.com/homebrew-atomicxr" 6 - url "https://knot1.tangled.sh/did:plc:zmjoeu3stwcn44647rhxa44o/atomic-xr/archive/v1.0.1.tar.gz" 7 - sha256 "9517b8907b7a3cfdd9d0bbdde9304b6a2595db5aac3b2d826402c1a01f3ad605" 6 + url "https://knot1.tangled.sh/did:plc:zmjoeu3stwcn44647rhxa44o/atomic-xr/archive/v1.0.3.tar.gz" 7 + sha256 "eebe189e0b95a6fdcbb2f739f94b708f5ffb1a1c18179218f96938d78a594bd7" 8 8 license "AGPL-3.0-only" 9 + 10 + # livecheck will be implemented after this pr is merged: https://tangled.sh/@tangled.sh/core/pulls/442 11 + # alternatively, we could use the git strategy, but that's not ideal iirc 9 12 10 13 depends_on "nushell" 11 14