paket: Add version 5.236.6 (#597)

This commit is contained in:
Sergey Kostrukov 2019-11-24 07:44:06 -08:00 committed by Richard Kuhnt
parent e590ff8cd6
commit ea7d626578

18
bucket/paket.json Normal file
View File

@ -0,0 +1,18 @@
{
"version": "5.236.6",
"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/5.236.6/paket.exe",
"hash": "c97bf9740162a833ccc20ade2bbe6cb79a2778d568663801bf74124b197050bd",
"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"
}
}
}