diff --git a/bucket/bit.json b/bucket/bit.json index f4a3cb1ee8..f014445e72 100644 --- a/bucket/bit.json +++ b/bucket/bit.json @@ -1,16 +1,16 @@ { - "version": "0.6.10", + "version": "0.7.5", "description": "Modernized git CLI", "homepage": "https://github.com/chriswalz/bit", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_x86_64.tar.gz", - "hash": "5df20efd67572decc8d2fdaaa9fae10af28525cb5face9fa6e3e392882c94680" + "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_amd64.tar.gz", + "hash": "41e9305c1533950936b4d356c0102fff355c99957fd6f11db128c4ede51e1ce7" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_i386.tar.gz", - "hash": "73717340154545736759f96860e7283d8e77d75b9339ab53b8874b7be1f48b30" + "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_386.tar.gz", + "hash": "0aee56bc8a21f1e0de9724176dc930bf8a4b8e87696770aed4aeb0a5148bd3ac" } }, "bin": "bit.exe", @@ -18,14 +18,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_x86_64.tar.gz" + "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_amd64.tar.gz" }, "32bit": { - "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_i386.tar.gz" + "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_386.tar.gz" } }, "hash": { - "url": "$baseurl/checksums.txt" + "url": "$baseurl/bit_$version_checksums.txt" } } }