mask: Update to version 0.11.4

Fix checkver, autoupdate for new release tag format

Add hash extraction
This commit is contained in:
tech189 2024-01-03 09:27:52 +00:00
parent 5d35b7ed8d
commit a1bc2c456e

View File

@ -1,26 +1,30 @@
{
"version": "0.11.3",
"version": "0.11.4",
"description": "A CLI task runner defined by a simple markdown file.",
"homepage": "https://github.com/jacobdeichert/mask",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/jacobdeichert/mask/releases/download/v0.11.3/mask-v0.11.3-x86_64-pc-windows-msvc.zip",
"hash": "0d849c344fdcb64b0047ce1faf95f8c6cb9b4d282f1a6c78e9f30132d9bace55",
"extract_dir": "mask-v0.11.3-x86_64-pc-windows-msvc"
"url": "https://github.com/jacobdeichert/mask/releases/download/mask/0.11.4/mask-0.11.4-x86_64-pc-windows-msvc.zip",
"hash": "e7d82d6aecba69add60d465133c2acbaccbb45bfff193deeb750bb75867b0b3c",
"extract_dir": "mask-0.11.4-x86_64-pc-windows-msvc"
}
},
"extract_dir": "mask-x86_64-pc-windows-msvc",
"bin": "mask.exe",
"checkver": {
"github": "https://github.com/jacobdeichert/mask"
"github": "https://github.com/jacobdeichert/mask",
"regex": "mask/([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jacobdeichert/mask/releases/download/v$version/mask-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "mask-v$version-x86_64-pc-windows-msvc"
"url": "https://github.com/jacobdeichert/mask/releases/download/mask/$version/mask-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "mask-$version-x86_64-pc-windows-msvc"
}
},
"hash": {
"url": "$url.sha256"
}
}
}