diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-14 16:38:10 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-14 16:39:51 +0100 |
commit | 21867b7d80562ce822525fca63688908f1ca59b8 (patch) | |
tree | da69e20d42da9d5389f05d9fd1aad9ee142cf80e /config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg | |
parent | e9fe5a74a2e66906721fe2ca1beb1f14784cf675 (diff) |
get.sh: simplify fetch_submodules()
We are calling xbmkget in the same way, whether it's
a subfile or subrepo.
Rename these variables to subcurl and subgit, so that we
can call xbmkget unconditionally.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg')
-rw-r--r-- | config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg b/config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg index 3895e2ef..bc486e80 100644 --- a/config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg +++ b/config/submodule/coreboot/default/nasm-2.16.03.tar.bz2/module.cfg @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -subfile="https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.bz2" -subfile_bkup="https://www.mirrorservice.org/sites/distfiles.macports.org/nasm/nasm-2.16.03.tar.bz2" +subcurl="https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.bz2" +subcurl_bkup="https://www.mirrorservice.org/sites/distfiles.macports.org/nasm/nasm-2.16.03.tar.bz2" subhash="f28445d368debdf44219cc57df33800a8c0e49186cd60836d4adfec7700d53b801d34aa9fc9bfda74169843f33a1e8b465e11292582eb968bb9c3a26f54dd172" |