mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-10 00:04:51 +03:00
sys-apps/asahi-nvram: Update SRC_URI and remote-id
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40879 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
f7142ae08c
commit
fe990baff5
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -75,11 +75,11 @@ inherit cargo linux-info
|
||||
COMMIT="6764bf5fbe6371a70604cc58aaa6d6b4473b3adf"
|
||||
MY_P="asahi-nvram-${COMMIT}"
|
||||
DESCRIPTION="Tool to read and write nvram variables on ARM Macs"
|
||||
HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram"
|
||||
HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram"
|
||||
|
||||
SRC_URI="
|
||||
${CARGO_CRATE_URIS}
|
||||
https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}/asahi-nvram"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -77,11 +77,11 @@ inherit cargo linux-info
|
||||
COMMIT="9b4c2942093204601bb4b0181b3d5e5bdfc2a4a3"
|
||||
MY_P="asahi-nvram-${COMMIT}"
|
||||
DESCRIPTION="Tool to read and write nvram variables on ARM Macs"
|
||||
HOMEPAGE="https://github.com/WhatAmISupposedToPutHere/asahi-nvram"
|
||||
HOMEPAGE="https://github.com/AsahiLinux/asahi-nvram"
|
||||
|
||||
SRC_URI="
|
||||
${CARGO_CRATE_URIS}
|
||||
https://github.com/WhatAmISupposedToPutHere/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/AsahiLinux/asahi-nvram/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}/asahi-nvram"
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
<name>Gentoo Asahi Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">WhatAmISupposedToPutHere/asahi-nvram</remote-id>
|
||||
<remote-id type="github">AsahiLinux/asahi-nvram</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user