mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
shinyproxy: Add version 3.0.2 (#5704)
This commit is contained in:
parent
faa4974f29
commit
c2861a486c
25
bucket/shinyproxy.json
Normal file
25
bucket/shinyproxy.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"version": "3.0.2",
|
||||||
|
"description": "Open Source Enterprise Deployment for Shiny and data science apps",
|
||||||
|
"homepage": "https://shinyproxy.io",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"suggest": {
|
||||||
|
"JDK": "java/openjdk",
|
||||||
|
"R": "r"
|
||||||
|
},
|
||||||
|
"url": "https://shinyproxy.io/downloads/shinyproxy-3.0.2.jar#/shinyproxy.jar",
|
||||||
|
"hash": "f1fe52ed886325de8fd7b683eb2fd678073f023c4c22a40ee6a9e47e760505ba",
|
||||||
|
"bin": "shinyproxy.jar",
|
||||||
|
"pre_install": "if (!(Test-Path \"$persist_dir\\application.yml\")) { New-Item \"$dir\\application.yml\" -ItemType File | Out-Null }",
|
||||||
|
"persist": "application.yml",
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://shinyproxy.io/downloads/",
|
||||||
|
"regex": ">([\\d.]+)</h3>"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://shinyproxy.io/downloads/shinyproxy-$version.jar#/shinyproxy.jar",
|
||||||
|
"hash": {
|
||||||
|
"url": "$url.sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user