Skip to content

Commit

Permalink
[murmurhash] Add support for arm (microsoft#34059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravila00 authored and clementperon committed Oct 16, 2023
1 parent 4aeb889 commit 405dcd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/murmurhash/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "murmurhash",
"version-date": "2016-01-09",
"port-version": 6,
"port-version": 7,
"description": "MurmurHash a family of hash functions.",
"homepage": "https://github.com/aappleby/smhasher",
"supports": "!uwp & !arm",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5646,7 +5646,7 @@
},
"murmurhash": {
"baseline": "2016-01-09",
"port-version": 6
"port-version": 7
},
"mvfst": {
"baseline": "2023.10.02.00",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/murmurhash.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "53f2656ff91aeec6d11585b61c650390b23e6340",
"version-date": "2016-01-09",
"port-version": 7
},
{
"git-tree": "e5ec901e9cab9845f18d18276ddea5e4ad5d4538",
"version-date": "2016-01-09",
Expand Down

0 comments on commit 405dcd7

Please sign in to comment.