bit: Update to version 0.7.5

This commit is contained in:
Jakub Čábera 2020-10-20 13:45:21 +02:00
parent 16de4f0c92
commit 5a35738c01

View File

@ -1,16 +1,16 @@
{ {
"version": "0.6.10", "version": "0.7.5",
"description": "Modernized git CLI", "description": "Modernized git CLI",
"homepage": "https://github.com/chriswalz/bit", "homepage": "https://github.com/chriswalz/bit",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_x86_64.tar.gz", "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_amd64.tar.gz",
"hash": "5df20efd67572decc8d2fdaaa9fae10af28525cb5face9fa6e3e392882c94680" "hash": "41e9305c1533950936b4d356c0102fff355c99957fd6f11db128c4ede51e1ce7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_i386.tar.gz", "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_386.tar.gz",
"hash": "73717340154545736759f96860e7283d8e77d75b9339ab53b8874b7be1f48b30" "hash": "0aee56bc8a21f1e0de9724176dc930bf8a4b8e87696770aed4aeb0a5148bd3ac"
} }
}, },
"bin": "bit.exe", "bin": "bit.exe",
@ -18,14 +18,14 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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": { "hash": {
"url": "$baseurl/checksums.txt" "url": "$baseurl/bit_$version_checksums.txt"
} }
} }
} }