From 84552c8b8b41036a81d14fa8c0b0a3470d9658c8 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sun, 14 Dec 2025 10:00:22 +0800 Subject: [PATCH] update 2025-12-14 10:00:22 --- 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 23ff7fe17..2131fa673 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-12-07 -PKG_SOURCE_VERSION:=5964f499767097d81dbe034e8b541c3988168073 -PKG_MIRROR_HASH:=06dc546f2808d98c34b05695568d9b6e68bd7150adfacfc7747153971e5ec2ab +PKG_SOURCE_DATE:=2025-12-14 +PKG_SOURCE_VERSION:=4e0818fd86bffc0b4a4b61d3295a6732ba08d715 +PKG_MIRROR_HASH:=7ac6da50cb22e3303e2514652d1c4d155c2f29d67779b2ba2dd984b33a70483f 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 044992896..eb3dc12de 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 2309 -#define LAST_COMMIT_POSITION "2309 (5964f4997670)" +#define LAST_COMMIT_POSITION_NUM 2310 +#define LAST_COMMIT_POSITION "2310 (4e0818fd86bf)" #endif // OUT_LAST_COMMIT_POSITION_H_