From 91ed29d7dda0c5764bfc991985bf98adab0890f0 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 02:27:41 +0000 Subject: added PKG_VER to xibuilds --- repo/system/grub.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/grub.xibuild') diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index 37b4da9..80d172f 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -2,7 +2,8 @@ DEPS=(sh xz gettext device-mapper) -SOURCE=https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz +PKG_VER=2.06 +SOURCE=https://ftp.gnu.org/gnu/grub/grub-$PKG_VER.tar.xz DESC="GNU GRand Unified Bootloader v2" build () { -- cgit v1.2.1