Last active
May 22, 2025 06:59
-
-
Save HUMORCE/29776dc5457f64f389e37648839595dd to your computer and use it in GitHub Desktop.
Test manifest for https://github.com/ScoopInstaller/Scoop/pull/6367
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.9.7", | |
"description": "A faster way to navigate your filesystem", | |
"homepage": "https://github.com/ajeetdsouza/zoxide", | |
"license": "MIT", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.7/zoxide-0.9.7-x86_64-pc-windows-msvc.zip", | |
"hash": "d2f7640e977170d58c3f7057a9ecbfe6597de1a3dbbd992fb2fea1255e6098e4" | |
} | |
}, | |
"checkver": "github", | |
"persist": { | |
"file": [ | |
"README.md", | |
"conf\\config.toml", | |
"conf.d\\user\\config.toml", | |
[ | |
"LICENSE", | |
"LICENSE.md" | |
], | |
[ | |
"0.9.7", | |
"VERSION.md" | |
] | |
], | |
"directory": [ | |
"man", | |
[ | |
"completions", | |
"completion" | |
] | |
] | |
}, | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip" | |
} | |
}, | |
"persist": { | |
"file": [ | |
"README.md", | |
"conf/config.toml", | |
"conf.d\\user\\config.toml", | |
[ | |
"LICENSE", | |
"LICENSE.md" | |
], | |
[ | |
"$version", | |
"VERSION.md" | |
] | |
], | |
"directory": [ | |
"man", | |
[ | |
"completions", | |
"completion" | |
] | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment