mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
zoxide: Update to version 0.8.2 (#3714)
This commit is contained in:
parent
33788cf7d7
commit
a2442ac891
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "A faster way to navigate your filesystem",
|
||||
"homepage": "https://github.com/ajeetdsouza/zoxide",
|
||||
"license": "MIT",
|
||||
"notes": "_ZO_DATA_DIR is located at '$env:LOCALAPPDATA\\zoxide' by default",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.1/zoxide-v0.8.1-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "285077162f1710ec8831b392798e3c23b944340f2c2bc59dbf6f3c9732080e9f"
|
||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.8.2/zoxide-0.8.2-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "36b05197f465bafa631691df2ffcf2732430172a9729212b304a43f581a39d2d"
|
||||
}
|
||||
},
|
||||
"bin": "zoxide.exe",
|
||||
@ -15,7 +15,7 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-v$version-x86_64-pc-windows-msvc.zip"
|
||||
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-$version-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user