Skip to content

Commit

Permalink
AU: 1 updated - umlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 17, 2024
1 parent 5e6827e commit 186c306
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions automatic/umlet/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
url: <https://www.umlet.com/download/umlet_15_0/umlet-standalone-15.0.0.zip>
url: <https://www.umlet.com/download/umlet_15_1/umlet-standalone-15.1.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 81DBE1A981B2AC5B90861AE4176EB05DBDD340B4422E6E7DFEE4B14CF9877401
checksum: 33AA1559B3A63C14F2812F9316463D3D6B9C15F60B0F7DECB8D52E5A914B308A

The included license file have been downloaded from <https://raw.githubusercontent.com/umlet/umlet/836e138d8c3ba24f491357712337277f88c84c61/LICENCE.txt>
2 changes: 1 addition & 1 deletion automatic/umlet/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

Install-ChocolateyZipPackage `
-PackageName $env:ChocolateyPackageName `
-File "$toolsDir\umlet-standalone-15.0.0.zip" `
-File "$toolsDir\umlet-standalone-15.1.zip" `
-UnzipLocation $toolsDir

Write-Warning 'To run UMLet you need to install a Java Runtime (e.g. Temurin8jre)'
4 changes: 2 additions & 2 deletions automatic/umlet/umlet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>umlet</id>
<version>15.0.0.20220711</version>
<version>15.1</version>
<title>UMLet</title>
<authors>umlet</authors>
<owners>chocolatey-community,rgl</owners>
Expand All @@ -24,7 +24,7 @@
![Screenshot](https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages/automatic/umlet/screenshot.png)
]]></description>
<summary>Free UML Tool for Fast UML Diagrams.</summary>
<releaseNotes>https://www.umlet.com/changes.htm</releaseNotes>
<releaseNotes>https://umlet.com/changes</releaseNotes>
<tags>foss cross-platform uml gui admin</tags>
<projectSourceUrl>https://github.com/umlet/umlet</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/umlet</packageSourceUrl>
Expand Down

0 comments on commit 186c306

Please sign in to comment.