summaryrefslogtreecommitdiffstats
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
authorAlif M. Ahmad <alive4ever@live.com>2017-02-18 23:03:33 +0700
committerFelix Fietkau <nbd@nbd.name>2017-02-26 13:31:32 +0100
commit399cbbd1277fccc12dc73ce96ce637b13c11765c (patch)
tree08d0a5679ece507ca0e09c50d488813cade3008d /package/boot/grub2/Makefile
parented49d08762e2eb0a565568a5d48d4d8ffaa6ef30 (diff)
downloadopenwrt-399cbbd1277fccc12dc73ce96ce637b13c11765c.tar.gz
openwrt-399cbbd1277fccc12dc73ce96ce637b13c11765c.tar.bz2
openwrt-399cbbd1277fccc12dc73ce96ce637b13c11765c.zip
grub2: update to 2.02~rc1
Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index ca94b1878a..fde4b1276d 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=grub
-PKG_VERSION:=2.02~beta3
+PKG_VERSION:=2.02~rc1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/grub \
http://gnualpha.uib.no/grub/ \
http://mirrors.fe.up.pt/pub/gnu-alpha/grub/ \
http://www.nic.funet.fi/pub/gnu/alpha/gnu/grub/
-PKG_HASH:=30ec3d555e52a702c3eef449872ef874eff28b320f40b55ffc47f70db8e5ada1
+PKG_HASH:=445239e9b96d1143c194c1d37851cf4196b83701c60172e49665e9d453d80278
PKG_FIXUP:=autoreconf
HOST_BUILD_PARALLEL:=1