diff --git a/bucket/rv.json b/bucket/rv.json new file mode 100644 index 0000000000000..c429f2e42beaf --- /dev/null +++ b/bucket/rv.json @@ -0,0 +1,23 @@ +{ + "version": "0.16.1", + "description": "A declarative R package manager, allowing you to quickly create reproducible projects", + "homepage": "https://a2-ai.github.io/rv-docs/", + "license": "MIT", + "bin": "rv.exe", + "architecture": { + "64bit": { + "url": "https://github.com/A2-ai/rv/releases/download/v0.16.1/rv-v0.16.1-x86_64-pc-windows-msvc.zip", + "hash": "sha256:87742fb312b174c1b207fb3adf083c5cc07edcaf4e802a05227c14dda3106399" + } + }, + "checkver": { + "github": "https://github.com/A2-ai/rv" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/A2-ai/rv/releases/download/v$version/rv-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}