From 59cb46c51bd47a0f42e9079952e2d816a1c4af03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:31:13 +0000 Subject: [PATCH] shinyproxy: Update to version 3.2.1 --- bucket/shinyproxy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/shinyproxy.json b/bucket/shinyproxy.json index de3e7e9cdc..dacfc2da41 100644 --- a/bucket/shinyproxy.json +++ b/bucket/shinyproxy.json @@ -1,5 +1,5 @@ { - "version": "3.2.0", + "version": "3.2.1", "description": "Open Source Enterprise Deployment for Shiny and data science apps", "homepage": "https://shinyproxy.io", "license": "Apache-2.0", @@ -7,8 +7,8 @@ "JDK": "java/openjdk", "R": "r" }, - "url": "https://shinyproxy.io/downloads/shinyproxy-3.2.0.jar#/shinyproxy.jar", - "hash": "759ad75b15545b7546d1f2b89530052a28a60f3f316130363304939c2f1aff09", + "url": "https://shinyproxy.io/downloads/shinyproxy-3.2.1.jar#/shinyproxy.jar", + "hash": "d0aa6c7c619cfcdfc63db4942db6b27ce5064898fc62019f529b3c8edc1c32a8", "bin": "shinyproxy.jar", "pre_install": "if (!(Test-Path \"$persist_dir\\application.yml\")) { New-Item \"$dir\\application.yml\" -ItemType File | Out-Null }", "persist": "application.yml",