Commit ddb3888 1 parent f2f83a8 commit ddb3888 Copy full SHA for ddb3888
File tree 2 files changed +4
-4
lines changed
Plugins/Commands/PlantUML
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- https://github.com/plantuml/plantuml/releases/download/v1.2024.4 /plantuml-1.2024.4 .jar
2
- https://github.com/plantuml/plantuml/releases/download/v1.2024.4 /plantuml-1.2024.4 -sources.jar
1
+ https://github.com/plantuml/plantuml/releases/download/v1.2023.0 /plantuml-1.2023.0 .jar
2
+ https://github.com/plantuml/plantuml/releases/download/v1.2023.0 /plantuml-1.2023.0 -sources.jar
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
setlocal EnableDelayedExpansion
3
- set PlantUMLVer = 1.2024.4
3
+ set PlantUMLVer = 1.2023.0
4
4
set PlantUMLJar = plantuml-%PlantUMLVer% .jar
5
5
set DOWNLOAD_URL = https://github.com/plantuml/plantuml/releases/download/v%PlantUMLVer% /%PlantUMLJar%
6
6
set PlantUML_PATH = Commands\PlantUML\%PlantUMLJar%
7
7
set MESSAGE = 'PlantUML is not installed. Do you want to download it and its dependences from %DOWNLOAD_URL% '
8
8
set TITLE = 'PlantUML Plugin'
9
- set PlantUML_SHA256 = 8575b3e224d9488c6a0bb6ba78ba64e76457dc9777c496e3fa9d8c67108369b7
9
+ set PlantUML_SHA256 = 0404edcf0af28e5b409bc17aa59ad8b05051f47347377749c46c8018135d0dec
10
10
11
11
cd " %APPDATA% \WinMerge"
12
12
if not exist %PlantUML_PATH% (
You can’t perform that action at this time.
0 commit comments