From 7c1fec56b7193f468982341c99daaaa0e2f8e1a5 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sun, 9 Nov 2025 09:49:50 +0800 Subject: [PATCH] update 2025-11-09 09:49:49 --- gn/Makefile | 6 +++--- gn/src/out/last_commit_position.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gn/Makefile b/gn/Makefile index aabc09600..1b36e3326 100644 --- a/gn/Makefile +++ b/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:=2025-10-26 -PKG_SOURCE_VERSION:=092f4f0d612e5982728c8b872c2e69cf3d04b21f -PKG_MIRROR_HASH:=e7d1de40a1e729645686c5a1fc74d7e457b2016b82b68633d3e01194b3b61786 +PKG_SOURCE_DATE:=2025-11-09 +PKG_SOURCE_VERSION:=e7f3202128bdb2429872fdb138626a010b2bff7f +PKG_MIRROR_HASH:=c0f3fbe5bb69ff4ddb243b3f7f32c3bc36215895b6e88e204602171f3f2c950e PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE diff --git a/gn/src/out/last_commit_position.h b/gn/src/out/last_commit_position.h index 8d87e733a..92713e0f0 100644 --- a/gn/src/out/last_commit_position.h +++ b/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 2289 -#define LAST_COMMIT_POSITION "2289 (092f4f0d612e)" +#define LAST_COMMIT_POSITION_NUM 2292 +#define LAST_COMMIT_POSITION "2292 (e7f3202128bd)" #endif // OUT_LAST_COMMIT_POSITION_H_