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:
Sasha Finkelstein
2025-03-04 11:39:01 +01:00
committed by Sam James
parent f7142ae08c
commit fe990baff5
3 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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>