zoxide: Update to version 0.7.0

This commit is contained in:
Jakub Čábera 2021-05-04 10:15:47 +02:00
parent 6ceacddf57
commit dca9fe6097

View File

@ -1,13 +1,13 @@
{ {
"version": "0.6.0", "version": "0.7.0",
"description": "A faster way to navigate your filesystem", "description": "A faster way to navigate your filesystem",
"homepage": "https://github.com/ajeetdsouza/zoxide", "homepage": "https://github.com/ajeetdsouza/zoxide",
"license": "MIT", "license": "MIT",
"notes": "See https://github.com/ajeetdsouza/zoxide#powershell for zoxide autoload", "notes": "See https://github.com/ajeetdsouza/zoxide#powershell for zoxide autoload",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.6.0/zoxide-x86_64-pc-windows-msvc.exe#/zoxide.exe", "url": "https://github.com/ajeetdsouza/zoxide/releases/download/v0.7.0/zoxide-x86_64-pc-windows-msvc.zip",
"hash": "ddee78895326897964362aee66da260df30211757d815a09ad70d478d9b94404" "hash": "2a8c287c62b84d56f2da6970134807451e5a50db8faa70e4de4ea56952f5b8ef"
} }
}, },
"bin": "zoxide.exe", "bin": "zoxide.exe",
@ -19,7 +19,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-x86_64-pc-windows-msvc.exe#/zoxide.exe" "url": "https://github.com/ajeetdsouza/zoxide/releases/download/v$version/zoxide-x86_64-pc-windows-msvc.zip"
} }
} }
} }