mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
19 lines
660 B
JSON
19 lines
660 B
JSON
{
|
|
"version": "8.0.0",
|
|
"description": "Dependency manager for .NET with support for NuGet and Git repositories",
|
|
"homepage": "https://fsprojects.github.io/Paket/",
|
|
"license": "MIT",
|
|
"url": "https://github.com/fsprojects/Paket/releases/download/8.0.0/paket.exe",
|
|
"hash": "6d512fb6eddeb2503bfba625816bbaa4e9016cf4cedc320052272386fd0a6f1b",
|
|
"bin": "paket.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fsprojects/Paket"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/fsprojects/Paket/releases/download/$version/paket.exe",
|
|
"hash": {
|
|
"url": "$baseurl/paket-sha256.txt"
|
|
}
|
|
}
|
|
}
|