mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"version": "1.2026.6",
|
|
"description": "A tool to draw UML diagrams, using a simple and human readable text description.",
|
|
"homepage": "https://github.com/plantuml/plantuml",
|
|
"license": "GPL-3.0-only",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": [
|
|
"https://github.com/plantuml/plantuml/releases/download/v1.2026.6/plantuml-1.2026.6.jar#/plantuml.jar",
|
|
"http://beta.plantuml.net/batikAndFop.zip"
|
|
],
|
|
"hash": [
|
|
"89948f14c93756c7a3fb7b69078ff37e8489fd79dd430c582b931e2f65358690",
|
|
"c1f328a9aacfd954c6cd90650cefd924baea358d6e27520de7ccf9b30a681877"
|
|
],
|
|
"pre_install": [
|
|
"$batContent = '@java.exe -jar \"%~dp0plantuml.jar\" -charset UTF-8 %*'",
|
|
"Set-Content -Path \"$dir\\plantuml.bat\" -Value $batContent -Encoding Ascii",
|
|
"$guiBatContent = '@start javaw.exe -jar \"%~dp0plantuml.jar\" -charset UTF-8 -gui'",
|
|
"Set-Content -Path \"$dir\\plantuml-gui.bat\" -Value $guiBatContent -Encoding Ascii"
|
|
],
|
|
"bin": [
|
|
[
|
|
"plantuml.bat",
|
|
"plantuml"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"plantuml-gui.bat",
|
|
"PlantUML"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": [
|
|
"https://github.com/plantuml/plantuml/releases/download/v$version/plantuml-$version.jar#/plantuml.jar",
|
|
"http://beta.plantuml.net/batikAndFop.zip"
|
|
]
|
|
}
|
|
}
|