diff --git a/bucket/just.json b/bucket/just.json index 18a1c3284a..96eb07a539 100644 --- a/bucket/just.json +++ b/bucket/just.json @@ -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" } } }