mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
ripgrep@15.1.0: Add arm64 support (#7271)
This commit is contained in:
parent
c554112b94
commit
ae332dab79
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user