just: Update to version 0.9.5

This commit is contained in:
Jakub Čábera 2021-06-19 01:40:28 -07:00
parent b2e5a9a109
commit a2d90b94f9

View File

@ -1,20 +1,22 @@
{
"version": "0.9.4",
"version": "0.9.5",
"description": "A command runner written in rust",
"homepage": "https://github.com/casey/just",
"homepage": "https://just.systems",
"license": "CC0-1.0",
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/v0.9.4/just-v0.9.4-x86_64-pc-windows-msvc.zip",
"hash": "6f81baee9770720eced3763cd2d99d05f146c70ab01d4411c8db7e9c53195515"
"url": "https://github.com/casey/just/releases/download/0.9.5/just-0.9.5-x86_64-pc-windows-msvc.zip",
"hash": "ff2fb1bbb8dd52f7e944f927676e352e1926a38b236a3aed295c088c30f7a0cd"
}
},
"bin": "just.exe",
"checkver": "github",
"checkver": {
"github": "https://github.com/casey/just"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/casey/just/releases/download/v$version/just-v$version-x86_64-pc-windows-msvc.zip"
"url": "https://github.com/casey/just/releases/download/$version/just-$version-x86_64-pc-windows-msvc.zip"
}
}
}