Browse Source

gn: Update to git HEAD

zxlhhyccc 5 months ago
parent
commit
86d5350017
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:=2025-04-16
-PKG_SOURCE_VERSION:=10a27145cd0770b78745ff536e343bf12c70f6c3
-PKG_MIRROR_HASH:=43a9beaeed392508a7c5e8b86b3a06550dfc7c623513bdf3f9cb2c07082a18c0
+PKG_SOURCE_DATE:=2025-04-29
+PKG_SOURCE_VERSION:=487f8353f15456474437df32bb186187b0940b45
+PKG_MIRROR_HASH:=9f017a7404faff9ba1896a2e22f96960e4976386b13dd4869d0c13a3e72c3581
 
 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 2231
-#define LAST_COMMIT_POSITION "2231 (10a27145cd07)"
+#define LAST_COMMIT_POSITION_NUM 2234
+#define LAST_COMMIT_POSITION "2234 (487f8353f154)"
 
 #endif  // OUT_LAST_COMMIT_POSITION_H_