diff --git a/bucket/paket.json b/bucket/paket.json new file mode 100644 index 0000000000..4f1bdfbce1 --- /dev/null +++ b/bucket/paket.json @@ -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" + } + } +}