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 Nov 21, 2020
1 parent 0be3c04 commit 7e769be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.8.9</version>
<version>1.8.10</version>
<authors>Dimitry Polivaev,Volker Börchers</authors>
<owners>tunisiano</owners>
<licenseUrl>http://en.wikipedia.org/wiki/GNU_General_Public_License</licenseUrl>
Expand All @@ -22,7 +22,7 @@ For more information, see https://freeplane.sourceforge.io/wiki/index.php/Goals
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<releaseNotes>#### Program
* [Changelog](http://folding.stanford.edu/home/blog)
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.8.9.exe/download'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.8.10.exe/download'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$checksum = '7199c8e49e2565bb7f8281221345a53b9662903fcfdb5f0886326363be0ce821'
$checksum = 'd091bdd3a90fd13aab1d307167ead1e57c6178666b89b55da915fd674f831958'
$checksumType = 'sha256'

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

0 comments on commit 7e769be

Please sign in to comment.