mirror of
https://github.com/openai/codex.git
synced 2026-08-24 13:20:07 +00:00
## What changed - Point the packaged `rg` manifest at ripgrep 15.2.0 archives for all supported macOS, Linux, and Windows targets. - Update each archive's size, SHA-256 digest, and executable path. GitOrigin-RevId: 6dcfa4fe40597a7591b8413e330d27e6b0b86627
80 lines
2.5 KiB
Plaintext
Executable File
80 lines
2.5 KiB
Plaintext
Executable File
#!/usr/bin/env dotslash
|
|
|
|
{
|
|
"name": "rg",
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"size": 1764284,
|
|
"hash": "sha256",
|
|
"digest": "3750b2e93f37e0c692657da574d7019a101c0084da05a790c83fd335bad973e4",
|
|
"format": "tar.gz",
|
|
"path": "ripgrep-15.2.0-aarch64-apple-darwin/rg",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-aarch64-apple-darwin.tar.gz"
|
|
}
|
|
]
|
|
},
|
|
"linux-aarch64": {
|
|
"size": 1854661,
|
|
"hash": "sha256",
|
|
"digest": "a740b91c82eaf9914cfedd353572f2791cbe0162c84101ee0951058f4dcbc90d",
|
|
"format": "tar.gz",
|
|
"path": "ripgrep-15.2.0-aarch64-unknown-linux-gnu/rg",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-aarch64-unknown-linux-gnu.tar.gz"
|
|
}
|
|
]
|
|
},
|
|
"macos-x86_64": {
|
|
"size": 1878284,
|
|
"hash": "sha256",
|
|
"digest": "af7825fcc69a2afc7a7aea55fc9af90e26421d8f20fe59df32e233c0b8a231c1",
|
|
"format": "tar.gz",
|
|
"path": "ripgrep-15.2.0-x86_64-apple-darwin/rg",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-x86_64-apple-darwin.tar.gz"
|
|
}
|
|
]
|
|
},
|
|
"linux-x86_64": {
|
|
"size": 2265718,
|
|
"hash": "sha256",
|
|
"digest": "33e15bcf1624b25cdd2a55813a47a2f95dbe126268203e76aa6a585d1e7b149c",
|
|
"format": "tar.gz",
|
|
"path": "ripgrep-15.2.0-x86_64-unknown-linux-musl/rg",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-x86_64-unknown-linux-musl.tar.gz"
|
|
}
|
|
]
|
|
},
|
|
"windows-x86_64": {
|
|
"size": 1789611,
|
|
"hash": "sha256",
|
|
"digest": "71b2fef860abe467217a538ff31de02f5258807c0129f771846f87bd029aafc5",
|
|
"format": "zip",
|
|
"path": "ripgrep-15.2.0-x86_64-pc-windows-msvc/rg.exe",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
]
|
|
},
|
|
"windows-aarch64": {
|
|
"size": 1640124,
|
|
"hash": "sha256",
|
|
"digest": "e4abca10c3a64ebea742667dd7009449d49403db5460dd6873e389fa2945360f",
|
|
"format": "zip",
|
|
"path": "ripgrep-15.2.0-aarch64-pc-windows-msvc/rg.exe",
|
|
"providers": [
|
|
{
|
|
"url": "https://github.com/BurntSushi/ripgrep/releases/download/15.2.0/ripgrep-15.2.0-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|