exercism: Update to version 3.2.0

This commit is contained in:
github-actions[bot] 2023-08-03 20:24:16 +00:00
parent e5ab9be3ca
commit d93ca7a17f

View File

@ -1,18 +1,18 @@
{ {
"##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.", "##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
"version": "3.1.0", "version": "3.2.0",
"description": "A Go based command line tool for exercism.io.", "description": "A Go based command line tool for exercism.io.",
"homepage": "https://exercism.org/", "homepage": "https://exercism.org/",
"license": "MIT", "license": "MIT",
"bin": "exercism.exe", "bin": "exercism.exe",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.1.0/exercism-windows-64bit.zip#/dl.7z", "url": "https://github.com/exercism/cli/releases/download/v3.2.0/exercism-windows-64bit.zip#/dl.7z",
"hash": "daa738366e8a5ea808913077ed51edda14b79eb4482c485e5dc3bf27997e676e" "hash": "e6a15615e723e2ec3d3604648a74169b4fbe8cf9339b75b08c80b37048ddecf0"
}, },
"32bit": { "32bit": {
"url": "https://github.com/exercism/cli/releases/download/v3.1.0/exercism-windows-32bit.zip#/dl.7z", "url": "https://github.com/exercism/cli/releases/download/v3.2.0/exercism-windows-32bit.zip#/dl.7z",
"hash": "865c63c6d4b85a19ee290925ea679b22ecf7ae02c397d1c609287a9d1f37cc8a" "hash": "d90a885a7728884ef6cc4af7f69bff11a3face8a73fd31bad335f2f8f3d9bcc7"
} }
}, },
"checkver": { "checkver": {