summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorWeijie Gao <hackpascal@gmail.com>2024-01-07 03:35:39 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-28 23:26:35 +0200
commit8968675247d24477912b998914af391f64a9ff69 (patch)
treee7df04090a86eab9c112a15544ed34121735a0ef /package/boot/grub2/Makefile
parent5709254690cb4181c2c9aed7c0569b7bafea6118 (diff)
downloadopenwrt-8968675247d24477912b998914af391f64a9ff69.tar.gz
openwrt-8968675247d24477912b998914af391f64a9ff69.tar.bz2
openwrt-8968675247d24477912b998914af391f64a9ff69.zip
grub2: update to 2.12
compile tested: x86_64,i386,loongarch64 Signed-off-by: Weijie Gao <hackpascal@gmail.com> {Refresh patches} Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index f274ce2289..279f2bd3c6 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=grub
-PKG_VERSION:=2.06
-PKG_RELEASE:=6
+PKG_VERSION:=2.12
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grub
-PKG_HASH:=b79ea44af91b93d17cd3fe80bdae6ed43770678a9a5ae192ccea803ebb657ee1
+PKG_HASH:=f3c97391f7c4eaa677a78e090c7e97e6dc47b16f655f04683ebd37bef7fe0faa
PKG_LICENSE:=GPL-3.0-or-later
PKG_CPE_ID:=cpe:/a:gnu:grub2