sys-apps/asahi-bless: Update SRC_URI and remote-id

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein
2025-03-04 11:37:23 +01:00
committed by Sam James
parent f916f5e708
commit f7142ae08c
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="36302336f7e07080e289baccda8d07c7c1a9d00d"
MY_P="asahi-nvram-${COMMIT}"
DESCRIPTION="CLI boot disk selector for Apple Silicon 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-bless"

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="CLI boot disk selector for Apple Silicon 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-bless"

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>