ncspot: Update to version 0.9.3 (#3083)

* ncspot: Update to version 0.9.3

* ncspot: Fix hash extraction
This commit is contained in:
itytophile 2021-12-13 21:34:09 +01:00 committed by GitHub
parent 80334797c7
commit 72cb5e67ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "0.9.0", "version": "0.9.3",
"description": "ncurses Spotify client written in Rust", "description": "ncurses Spotify client written in Rust",
"homepage": "https://github.com/hrkfdn/ncspot", "homepage": "https://github.com/hrkfdn/ncspot",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hrkfdn/ncspot/releases/download/v0.9.0/ncspot-v0.9.0-windows.zip", "url": "https://github.com/hrkfdn/ncspot/releases/download/v0.9.3/ncspot-v0.9.3-windows-x86_64.zip",
"hash": "227ba1abac65c4b0029e24c8b491e87757b0377e3cad6b2dc983483de66c0bf6" "hash": "d2a9c587decba9e37418577fb3ffc61cd230821ad792b20090eae4592849194f"
} }
}, },
"bin": "ncspot.exe", "bin": "ncspot.exe",
@ -14,11 +14,11 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows.zip" "url": "https://github.com/hrkfdn/ncspot/releases/download/v$version/ncspot-v$version-windows-x86_64.zip"
} }
}, },
"hash": { "hash": {
"url": "$urlNoExt.sha256" "url": "$baseurl/ncspot-v$version-windows-x86_64.sha256"
} }
} }
} }