From cc9f81e2f3e52dfe4fae4752472194c801bb7387 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 24 Nov 2025 13:47:03 +0100 Subject: [PATCH 1/3] rv: new tool + autoupdate --- bucket/rv.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/rv.json diff --git a/bucket/rv.json b/bucket/rv.json new file mode 100644 index 0000000000000..417abaac275e0 --- /dev/null +++ b/bucket/rv.json @@ -0,0 +1,23 @@ +{ + "version": "v0.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" + } + } + } +} From abee0524f28868dc855b2d1d4eb3391c23f1bc93 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 24 Nov 2025 14:26:02 +0000 Subject: [PATCH 2/3] Update rv.json --- bucket/rv.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/bucket/rv.json b/bucket/rv.json index 417abaac275e0..8289b7fa117d3 100644 --- a/bucket/rv.json +++ b/bucket/rv.json @@ -1,23 +1,23 @@ { - "version": "v0.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" - } - } - } + "version": "v0.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" + } + } + } } From 4cf72a1fa66b960f42fcf9d3f0eb758774ffe65d Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 24 Nov 2025 14:30:46 +0100 Subject: [PATCH 3/3] Fix version format in rv.json --- bucket/rv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/rv.json b/bucket/rv.json index 8289b7fa117d3..c429f2e42beaf 100644 --- a/bucket/rv.json +++ b/bucket/rv.json @@ -1,5 +1,5 @@ { - "version": "v0.16.1", + "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",