ripgrep@15.1.0: Add arm64 support (#7271)

This commit is contained in:
artiga033 2025-10-24 19:42:34 +08:00 committed by GitHub
parent c554112b94
commit ae332dab79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,11 @@
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-i686-pc-windows-msvc.zip",
"hash": "725be85a1e8f92878a548f40ee4f6df64bc93b809586462b3c6d884e1de1e83a",
"extract_dir": "ripgrep-15.1.0-i686-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-pc-windows-msvc.zip",
"hash": "00d931fb5237c9696ca49308818edb76d8eb6fc132761cb2a1bd616b2df02f8e",
"extract_dir": "ripgrep-15.1.0-aarch64-pc-windows-msvc"
}
},
"bin": "rg.exe",
@ -29,6 +34,10 @@
"32bit": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-i686-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-i686-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/BurntSushi/ripgrep/releases/download/$version/ripgrep-$version-aarch64-pc-windows-msvc.zip",
"extract_dir": "ripgrep-$version-aarch64-pc-windows-msvc"
}
}
}