mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[highway] Update to 1.1.0 (#36898)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
a51a6c09e5
commit
2a78dbbe37
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/highway
|
||||
REF "${VERSION}"
|
||||
SHA512 6ee5007ec13ac20b5d816b38a1b31c31a06678ca6d2ea090dd75e364f04cb2cf7ad8a82d1bdfff51079efa54b9a95fb554d62e6cc1bbf7d7e794cb272032d8f5
|
||||
SHA512 513718873ca5d1be5c781f92ef943432da4677582e15d25a247c1d3def087fdbd3fe787608d76f32a9b4f9253df88b40bd8ea570159f8106c338ba37e8a50a8d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "highway",
|
||||
"version": "1.0.7",
|
||||
"version": "1.1.0",
|
||||
"description": "Performance-portable, length-agnostic SIMD with runtime dispatch",
|
||||
"homepage": "https://github.com/google/highway",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -3365,7 +3365,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"highway": {
|
||||
"baseline": "1.0.7",
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"hikogui": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c5063ea7c7a83d9bb3d70a9ac0ea8e3fc96730c8",
|
||||
"version": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "38d663dc2875706f01a199516d1c3ddef59296e7",
|
||||
"version": "1.0.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user