bit: Update to version 0.6.10

diffutils: Format
This commit is contained in:
Jakub Čábera 2020-10-16 09:41:54 +02:00
parent ec7e3e99c2
commit ef7111119b
2 changed files with 19 additions and 16 deletions

View File

@ -1,16 +1,16 @@
{ {
"version": "0.5.14", "version": "0.6.10",
"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.5.14/bit_0.5.14_Windows_x86_64.tar.gz", "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_x86_64.tar.gz",
"hash": "1a840ac86c2b41dc805c02a997bc9d6691188057948cd546ab65bfea45d51b2d" "hash": "5df20efd67572decc8d2fdaaa9fae10af28525cb5face9fa6e3e392882c94680"
}, },
"32bit": { "32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.5.14/bit_0.5.14_Windows_i386.tar.gz", "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_i386.tar.gz",
"hash": "eef6a20f9ee9a3c224ced4df499574ed9cc61a3fb2b43ac07dd8fcea020dfe69" "hash": "73717340154545736759f96860e7283d8e77d75b9339ab53b8874b7be1f48b30"
} }
}, },
"bin": "bit.exe", "bin": "bit.exe",
@ -23,6 +23,9 @@
"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_i386.tar.gz"
} }
},
"hash": {
"url": "$baseurl/checksums.txt"
} }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"homepage": "https://www.gnu.org/software/diffutils/",
"description": "A package of several programs related to finding differences between files",
"version": "3.7", "version": "3.7",
"description": "A package of several programs related to finding differences between files",
"homepage": "https://www.gnu.org/software/diffutils/",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -12,10 +12,10 @@
"http://repo.msys2.org/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz" "http://repo.msys2.org/msys/x86_64/libintl-0.19.8.1-1-x86_64.pkg.tar.xz"
], ],
"hash": [ "hash": [
"7DF9391E234F7D0BA9AE6717AED739D01190AA9AB25C48D53549A15C89ED0D87", "7df9391e234f7d0ba9ae6717aed739d01190aa9ab25c48d53549a15c89ed0d87",
"CEA16E60334E36A0B8250E1B30C5DEDDFDEB341E19729FB27C6450CB13D7B628", "cea16e60334e36a0b8250e1b30c5deddfdeb341e19729fb27c6450cb13d7b628",
"4D23674F25E9D558295464B4F50689698F8CE240616410DA9A4D9420B5130CED", "4d23674f25e9d558295464b4f50689698f8ce240616410da9a4d9420b5130ced",
"5EADC3CC42DA78948D65D994F1F8326706AFE011F28E2E5BD0872A37612072D2" "5eadc3cc42da78948d65d994f1f8326706afe011f28e2e5bd0872a37612072d2"
] ]
}, },
"32bit": { "32bit": {
@ -26,10 +26,10 @@
"http://repo.msys2.org/msys/i686/libintl-0.19.8.1-1-i686.pkg.tar.xz" "http://repo.msys2.org/msys/i686/libintl-0.19.8.1-1-i686.pkg.tar.xz"
], ],
"hash": [ "hash": [
"D6DD47EC699EE3D0BF82DBBEE310056DD59218337A743A2ECD540DA0B1AC7369", "d6dd47ec699ee3d0bf82dbbee310056dd59218337a743a2ecd540da0b1ac7369",
"F0E3FBF4E5332E06B624559B47B19D12C094ACDB8F201837CCF3014F27F186E4", "f0e3fbf4e5332e06b624559b47b19d12c094acdb8f201837ccf3014f27f186e4",
"8474386392575A430B33CA0C342B9DBDB54A83AD30FE7BB30CDD8120202477EB", "8474386392575a430b33ca0c342b9dbdb54a83ad30fe7bb30cdd8120202477eb",
"FA38FF013D43E995D97B6D21825D9059EC38D812B621BBF8C338574498B7D3E8" "fa38ff013d43e995d97b6d21825d9059ec38d812b621bbf8c338574498b7d3e8"
] ]
} }
}, },