Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly freeplane winmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 26, 2021
1 parent 72cbed5 commit 20328e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.29.25-nightly</version>
<version>1.29.26-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.29.25/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'bbc872a4c5979c10b381293d43f1d4c747657295d2c61af46e5891fe6fb50ad0'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.29.26/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '0cd369b19cd274cb5894e0bb33b1de496100b765a681558b32be8fa33ed862c5'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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.5</version>
<version>1.9.6</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.5.exe/download'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.6.exe/download'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$checksum = '89b8e8ba4dea6bf2a311370ea58d6779be973b47a4b832ac25e94eaa10e946be'
$checksum = '4cf8a82d306b759546d78ea05cba1e899da6676e5d68ea6271d1fa8aba1b0f4b'
$checksumType = 'sha256'

Install-ChocolateyPackage -PackageName "$packageName" -FileType "$installerType" -SilentArgs "$silentArgs" -Url "$url" -validExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType"
8 changes: 4 additions & 4 deletions automatic/winmerge/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'WinMerge'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.13/WinMerge-2.16.13-ARM64-Setup.exe'
$checksum32 = '3339193738d5bec722900d5838caf27909b70390be9d29c98f2ecdc6d66f8cfb'
$url32 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-ARM64-Setup.exe'
$checksum32 = '497838f1989d6ba0cfb4c93f240c7d99fb42acac17c7affb726866ee70ea18bf'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.13/WinMerge-2.16.13-Setup.exe'
$checksum64 = '81253911d433b5fb85df8ba1e97c7a9b11bc65112b8682b39250d9d3ff2a2763'
$url64 = 'https://github.com/WinMerge/winmerge/releases/download/v2.16.14/WinMerge-2.16.14-Setup.exe'
$checksum64 = 'b41a57df994e27c30ceccfb1565cbbb0a165e1f2620246a913100452e4060258'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/winmerge/winmerge.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>winmerge</id>
<title>winmerge</title>
<version>2.16.13-pre20210622</version>
<version>2.16.14</version>
<authors>Kimmo Varis Denis Bradford Dean Grimm Laurent Ganier Tim Gerundt Perry Rapp</authors>
<owners>tunisiano</owners>
<summary>winmerge</summary>
Expand Down

0 comments on commit 20328e3

Please sign in to comment.