diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-02-02 21:22:50 +0200 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-02-02 21:22:50 +0200 |
| commit | e9370893f7f6b3473059c63c42089b42593d6a4d (patch) | |
| tree | b5c9b3d6a7c1c966825257a892c37afa787210d8 /autobuild.xml | |
| parent | 11b9b6f5f826c26673b79360c79daae7061c9569 (diff) | |
| parent | a6615b3264011f186678e7d0380291dd3bedc9aa (diff) | |
Merge branch 'contribute' into DRTVWR-577-maint-S
Diffstat (limited to 'autobuild.xml')
| -rw-r--r-- | autobuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index bc78e5c5e0..d4d5e08bcb 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2816,6 +2816,36 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>version</key> <string>0.54.1.555529</string> </map> + <key>xxhash</key> + <map> + <key>copyright</key> + <string>Copyright 2012-2020 Yann Collet</string> + <key>description</key> + <string>xxHash Extremely fast hash algorithm</string> + <key>license</key> + <string>bsd</string> + <key>license_file</key> + <string>LICENSES/xxhash.txt</string> + <key>name</key> + <string>xxhash</string> + <key>platforms</key> + <map> + <key>common</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>e4f77ba0a9b8ec3cc3fabc51c4da81d2</string> + <key>url</key> + <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/110070/956941/xxhash-0.8.1.578006-windows-578006.tar.bz2</string> + </map> + <key>name</key> + <string>common</string> + </map> + </map> + <key>version</key> + <string>0.8.1</string> + </map> <key>zlib-ng</key> <map> <key>canonical_repo</key> |
