Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly macrocreator macrocreator.install macro…
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 25, 2021
1 parent db4238c commit a50ec86
Show file tree
Hide file tree
Showing 7 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.32.19-nightly</version>
<version>1.32.22-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.19/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd33cc29e5255be2482823f8b12068d816faf6f186b22f5b9063f90a60c4eb4d0'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '20a7152f7e0c2a867977ab6b0838436cc477c83d2401ebf0a62c0df83797600a'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/macrocreator.install/macrocreator.install.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>macrocreator.install</id>
<version>5.4.0</version>
<version>5.4.1</version>
<title>Pulover's Macro Creator (Install)</title>
<authors>Rodolfo U. Batista</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/macrocreator.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = 'macrocreator.install'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/Pulover/PuloversMacroCreator/releases/download/v5.4.0/MacroCreator-setup.exe'
$checksum = '32d90b58f94e3e649a04def8ec86654196f3fec069568fbb90f64809f3b3540a'
$url = 'https://github.com/Pulover/PuloversMacroCreator/releases/download/v5.4.1/MacroCreator-setup.exe'
$checksum = '92ffa6da0bea664f2499cfbec2a578bf882ed861cbb218b384e6af6ea589dde9'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
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>macrocreator.portable</id>
<version>5.4.0</version>
<version>5.4.1</version>
<title>Pulover's Macro Creator (Portable)</title>
<authors>Rodolfo U. Batista</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/macrocreator.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/Pulover/PuloversMacroCreator/releases/download/v5.4.0/PuloversMacroCreator-Portable.zip'
$checksum = 'e5d1af7dcc40d37f554a808224d932dac328f99c3db23c4a184c19e015f94670'
$url = 'https://github.com/Pulover/PuloversMacroCreator/releases/download/v5.4.1/PuloversMacroCreator-Portable.zip'
$checksum = 'aebdf335913eae4270b585339727b44593a98d17d73a3aae80e4d46d27c01310'
$checksumType = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down
4 changes: 2 additions & 2 deletions automatic/macrocreator/macrocreator.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>macrocreator</id>
<version>5.4.0</version>
<version>5.4.1</version>
<title>Pulover's Macro Creator</title>
<authors>Rodolfo U. Batista</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -37,7 +37,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
<docsUrl>http://www.macrocreator.com/help/</docsUrl>
<bugTrackerUrl>https://github.com/Pulover/PuloversMacroCreator/issues</bugTrackerUrl>
<dependencies>
<dependency id="macrocreator.install" version="[5.4.0]" />
<dependency id="macrocreator.install" version="[5.4.1]" />
</dependencies>
</metadata>
</package>

0 comments on commit a50ec86

Please sign in to comment.