From 96c54c5a99059e16182db9a5f66d4a9a9ac65b51 Mon Sep 17 00:00:00 2001 From: actions-user Date: Thu, 2 May 2024 22:07:39 +0800 Subject: [PATCH] update 2024-05-02 22:07:39 --- 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 eb3420d6cf..38391082fb 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:=2024-03-28 -PKG_SOURCE_VERSION:=93ee9b91423c1f1f53fb5f6cba7b8eef6247a564 -PKG_MIRROR_HASH:=ec94fb9da8276ded4f92ff1078431835de3ede4d0354961a984b0b17bb8a25c2 +PKG_SOURCE_DATE:=2024-04-23 +PKG_SOURCE_VERSION:=f284b6b47039a2d7edfcbfc51f52664f82b5a789 +PKG_MIRROR_HASH:=17157e20619d31ba99894045691a68aa583a78feb9771dcddb01376edb222e17 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 d9b461342f..e78fa6fbb4 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 2161 -#define LAST_COMMIT_POSITION "2161 (93ee9b91423c)" +#define LAST_COMMIT_POSITION_NUM 2166 +#define LAST_COMMIT_POSITION "2166 (f284b6b47039)" #endif // OUT_LAST_COMMIT_POSITION_H_