Skip to content

Commit

Permalink
AU: 1 updated - freeplane
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 26, 2021
1 parent a50ec86 commit 239e8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/freeplane/freeplane.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>freeplane</id>
<title>Freeplane</title>
<version>1.9.8</version>
<version>1.9.9</version>
<authors>Dimitry Polivaev,Volker Börchers</authors>
<owners>tunisiano</owners>
<licenseUrl>http://en.wikipedia.org/wiki/GNU_General_Public_License</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeplane/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.8.exe/download'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.9.exe/download'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$checksum = 'e7e583e678cd9ccb63969d314160a0d2b3f897e3fbebfd1fea602ca13ba3f19a'
$checksum = '28fa5662f29c666365fdab96f496e31983ed06b619ab0b4bdf9e29523be44b3f'
$checksumType = 'sha256'

Install-ChocolateyPackage -PackageName "$packageName" -FileType "$installerType" -SilentArgs "$silentArgs" -Url "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType"

0 comments on commit 239e8a4

Please sign in to comment.