Community maintained packages for ImmortalWrt.
リビジョン | fa672f20e5445073a960a712ca68a326bf3529cc (tree) |
---|---|
日時 | 2023-03-19 15:51:05 |
作者 | zxlhhyccc <45259624+zxlhhyccc@user...> |
コミッター | GitHub |
gn: bump to latest git HEAD
The wrong escaping mode is used in a few contexts, which results in
failed builds. This is happening in particular to folks whose sources
are inside a directory with a space in it, and whose builds are not
contained within that directory.
Such builds encode the surrounding filesystem structure into the ninja
files, which is unfortunate but unavoidable in some environments. Fix
the escaping mode in this case.
@@ -5,13 +5,13 @@ | ||
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=gn |
8 | -PKG_RELEASE:=2 | |
8 | +PKG_RELEASE:=1 | |
9 | 9 | |
10 | 10 | PKG_SOURCE_PROTO:=git |
11 | 11 | PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git |
12 | -PKG_SOURCE_DATE:=2023-01-29 | |
13 | -PKG_SOURCE_VERSION:=84c8431f3e03cc6226c59dd49637c15ea31169a1 | |
14 | -PKG_MIRROR_HASH:=3be8b3c27be8b4f16c8922d9e70d8135a66279ac3679c636b259e4e829a7a9fc | |
12 | +PKG_SOURCE_DATE:=2023-02-17 | |
13 | +PKG_SOURCE_VERSION:=b25a2f8c2d33f02082f0f258350f5e22c0973108 | |
14 | +PKG_MIRROR_HASH:=28dcd0c0fe6fe8c459096acd0ff9ff4a982284ca680ff6edc1222dc88dac0b23 | |
15 | 15 | |
16 | 16 | PKG_LICENSE:=BSD 3-Clause |
17 | 17 | PKG_LICENSE_FILES:=LICENSE |
@@ -3,7 +3,7 @@ | ||
3 | 3 | #ifndef OUT_LAST_COMMIT_POSITION_H_ |
4 | 4 | #define OUT_LAST_COMMIT_POSITION_H_ |
5 | 5 | |
6 | -#define LAST_COMMIT_POSITION_NUM 2079 | |
7 | -#define LAST_COMMIT_POSITION "2079 (84c8431f3e03)" | |
6 | +#define LAST_COMMIT_POSITION_NUM 2081 | |
7 | +#define LAST_COMMIT_POSITION "2081 (b25a2f8c2d33)" | |
8 | 8 | |
9 | 9 | #endif // OUT_LAST_COMMIT_POSITION_H_ |