From bdb3ad3b6ff3aacbe57ff0d70ea55e8f2ab6aebe Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 19:59:26 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 8 ++++---- source.sh => recipe.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename pkg.info => info.yml (71%) rename source.sh => recipe.sh (97%) diff --git a/pkg.info b/info.yml similarity index 71% rename from pkg.info rename to info.yml index d617251..91f6d03 100644 --- a/pkg.info +++ b/info.yml @@ -1,7 +1,7 @@ name: grub description: The GRand Unified Bootloader version: "2.14" -revision: 2 +revision: 3 url: https://www.gnu.org/software/grub/ license: GPL3-or-later maintainers: @@ -28,10 +28,10 @@ make_depends: - gzip - ttf-dejavu downloads: - - url: https://ftpmirror.gnu.org/gnu/grub/grub-${BPM_PKG_VERSION}.tar.xz + - url: https://ftp.gnu.org/gnu/grub/grub-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} extract_strip_components: 1 checksum: bc8d3c73535b8838d8c8e2654d73edc4e6ae8c8acdb45d5df5dc9a1547446d43 - - url: https://ftpmirror.gnu.org/gnu/unifont/unifont-16.0.03/unifont-16.0.03.bdf.gz + - url: https://ftp.gnu.org/gnu/unifont/unifont-17.0.04/unifont-17.0.04.bdf.gz filepath: unifont.bdf.gz - checksum: 7f3d1664ac1c051f59a1a1360dd654f78d82c246a688c342e863cec7f6ba95d4 + checksum: 9a2de4826388242771121c7fe00e412523c318318b8ee38e6be6cd454e7ec802 diff --git a/source.sh b/recipe.sh similarity index 97% rename from source.sh rename to recipe.sh index 5a22086..0249dc7 100644 --- a/source.sh +++ b/recipe.sh @@ -1,4 +1,4 @@ -# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package +# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT