From 0acf119f3012934342b0f2b04e3e12bae7b3e71e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:31:22 +0000 Subject: [PATCH] shinyproxy: Update to version 3.1.1 --- bucket/shinyproxy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/shinyproxy.json b/bucket/shinyproxy.json index 92a6c227a2..55445872c4 100644 --- a/bucket/shinyproxy.json +++ b/bucket/shinyproxy.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.1.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.1.0.jar#/shinyproxy.jar", - "hash": "c7c11e42c0dc793b8a0ef008847968e1372db5a91a4b8c93e4603e987bc63850", + "url": "https://shinyproxy.io/downloads/shinyproxy-3.1.1.jar#/shinyproxy.jar", + "hash": "6d2a518436144a844356c55ef2fa28232bf65776ca1fb3c3888f6c4ace5c70b0", "bin": "shinyproxy.jar", "pre_install": "if (!(Test-Path \"$persist_dir\\application.yml\")) { New-Item \"$dir\\application.yml\" -ItemType File | Out-Null }", "persist": "application.yml",