ScoopInstaller_Main/bucket/invoke-build.json
Pratik Chowdhury ea78b7c5cc
invoke-build: update checkver (#2890)
No longer contains releases.

Only tags
2021-11-05 16:53:30 +01:00

18 lines
617 B
JSON

{
"version": "5.8.4",
"description": "Build Automation in PowerShell",
"homepage": "https://github.com/nightroman/Invoke-Build",
"license": "Apache-2.0",
"url": "https://nuget.org/api/v2/package/Invoke-Build/5.8.4#/dl.7z",
"hash": "61c39acbfa941b442665e731fdf7b066e9418b8b24d632de9a9f632eb4d5cbe3",
"extract_dir": "tools",
"env_add_path": ".",
"checkver": {
"url": "https://github.com/nightroman/Invoke-Build/tags",
"regex": "releases/tag/v([\\d.]+)"
},
"autoupdate": {
"url": "https://nuget.org/api/v2/package/Invoke-Build/$version#/dl.7z"
}
}