From 7f13efd88388bda6e36f346c7df7ed6f21f10ca7 Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:02:46 +0800 Subject: [PATCH 1/2] gn: Update to git HEAD --- devel/gn/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/gn/Makefile b/devel/gn/Makefile index 77de4e8d7d..c1a48688b4 100644 --- a/devel/gn/Makefile +++ b/devel/gn/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git -PKG_SOURCE_DATE:=2024-09-25 -PKG_SOURCE_VERSION:=95b0f8fe31a992a33c040bbe3867901335c12762 -PKG_MIRROR_HASH:=6dcae74aa55a37c3ef6786efe3e36e02d59167aac2dc79c3f7d6f3fba998eed8 +PKG_SOURCE_DATE:=2024-11-19 +PKG_SOURCE_VERSION:=24e92acb847233a9c0753c12cb82c98fc084e3db +PKG_MIRROR_HASH:=d5b18b91286f0029e262fc548e4d9636c195a45d41c211f321b126040e246d1d PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE From 396fc021260a954e24618c585d50d69c3210ebb5 Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:04:01 +0800 Subject: [PATCH 2/2] gn: Update to git HEAD --- devel/gn/src/out/last_commit_position.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/gn/src/out/last_commit_position.h b/devel/gn/src/out/last_commit_position.h index 1dfca62d34..6803ed4c3c 100644 --- a/devel/gn/src/out/last_commit_position.h +++ b/devel/gn/src/out/last_commit_position.h @@ -3,7 +3,7 @@ #ifndef OUT_LAST_COMMIT_POSITION_H_ #define OUT_LAST_COMMIT_POSITION_H_ -#define LAST_COMMIT_POSITION_NUM 2203 -#define LAST_COMMIT_POSITION "2203 (95b0f8fe31a9)" +#define LAST_COMMIT_POSITION_NUM 2205 +#define LAST_COMMIT_POSITION "2205 (24e92acb8472)" #endif // OUT_LAST_COMMIT_POSITION_H_