Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly freeplane
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 19, 2021
1 parent 721867d commit 4d3a3b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.32.1-nightly</version>
<version>1.32.2-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.32.1/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '234fcacc7d1d94eaad6559f23f7d549cf056bc3b49d33cc2319ed186c78ed9b8'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.2/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'a5717b504da2beef81ea2b82dece07f5a9daa6b0884f4fc4e7777868a1392245'
$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.7</version>
<version>1.9.8</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.7.exe/download'
$url = 'https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.9.8.exe/download'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$checksum = '2493d0cd818fe754fe470d4bf6d0661538c0774cb08dd6cbdaf06076a65d6395'
$checksum = 'e7e583e678cd9ccb63969d314160a0d2b3f897e3fbebfd1fea602ca13ba3f19a'
$checksumType = 'sha256'

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

0 comments on commit 4d3a3b2

Please sign in to comment.