Browse Source

gn: Update to git HEAD

zxlhhyccc 6 months ago
parent
commit
b52b2d42bf
2 changed files with 5 additions and 5 deletions
  1. 3 3
      gn/Makefile
  2. 2 2
      gn/src/out/last_commit_position.h

+ 3 - 3
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-11-19
-PKG_SOURCE_VERSION:=24e92acb847233a9c0753c12cb82c98fc084e3db
-PKG_MIRROR_HASH:=d5b18b91286f0029e262fc548e4d9636c195a45d41c211f321b126040e246d1d
+PKG_SOURCE_DATE:=2025-04-16
+PKG_SOURCE_VERSION:=10a27145cd0770b78745ff536e343bf12c70f6c3
+PKG_MIRROR_HASH:=43a9beaeed392508a7c5e8b86b3a06550dfc7c623513bdf3f9cb2c07082a18c0
 
 PKG_LICENSE:=BSD 3-Clause
 PKG_LICENSE_FILES:=LICENSE

+ 2 - 2
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 2205
-#define LAST_COMMIT_POSITION "2205 (24e92acb8472)"
+#define LAST_COMMIT_POSITION_NUM 2231
+#define LAST_COMMIT_POSITION "2231 (10a27145cd07)"
 
 #endif  // OUT_LAST_COMMIT_POSITION_H_