commit 0e86c39956f19c1384727c2a0ab71f7b8f62ecf0 Author: Georg Koppen gk@torproject.org Date: Sat Dec 19 09:42:25 2020 +0000
Bug 40194: Remove osname part in cbindgen filename
`cbindgen` is a host tool. There is no need to include the `osname` in the filename. --- projects/cbindgen/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/cbindgen/config b/projects/cbindgen/config index 420ce5d..f1e3123 100644 --- a/projects/cbindgen/config +++ b/projects/cbindgen/config @@ -2,7 +2,7 @@ version: '[% c("var/cbindgen_version") %]' git_url: https://github.com/eqrion/cbindgen git_hash: '[% c("var/cbindgen_hash") %]' -filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' +filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz'
var: cbindgen_version: 0.14.1
tbb-commits@lists.torproject.org