mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[sse2neon] Bump to 1.7.0 (#37117)
- [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. @jserv https://github.com/microsoft/vcpkg/pull/32946#issuecomment-1974744488
This commit is contained in:
parent
b471e432d9
commit
18af9cf6bd
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO DLTcollab/sse2neon
|
||||
REF "v${VERSION}"
|
||||
SHA512 d11f8e42eaccd045354b5359991562a1d2d26a796e7f44687fdd610067fef37528e2add046632cf15bd7d068b4949371fed91673b121ba893d40b10b6232e33d
|
||||
SHA512 a93d2bfc0f2fe955eb0f1acfc85fdf6ef1f61254944554c0eb93f668233d9046c9c40786b182c31d4e6a181a9eaa366e9ba35c8062be791031e429d108f23cbc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sse2neon",
|
||||
"version": "1.6.0",
|
||||
"version": "1.7.0",
|
||||
"description": "A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation",
|
||||
"homepage": "https://github.com/DLTcollab/sse2neon",
|
||||
"license": "MIT"
|
||||
|
@ -8309,7 +8309,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sse2neon": {
|
||||
"baseline": "1.6.0",
|
||||
"baseline": "1.7.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"stackwalker": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "52385b21c6b4937686fda2d29616b1e000e3d19c",
|
||||
"version": "1.7.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8277f06943fa53ab6c6211f0f71046cf1083aaf0",
|
||||
"version": "1.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user