mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
26 lines
909 B
JSON
26 lines
909 B
JSON
{
|
|
"version": "3.1.0",
|
|
"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.1.0.jar#/shinyproxy.jar",
|
|
"hash": "c7c11e42c0dc793b8a0ef008847968e1372db5a91a4b8c93e4603e987bc63850",
|
|
"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.]+)</h"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://shinyproxy.io/downloads/shinyproxy-$version.jar#/shinyproxy.jar",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|