Skip to content

Commit

Permalink
AU: 4 updated - autoruns brave-nightly rubberduck rufus.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 14, 2021
1 parent 5e09f0d commit a190c80
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/autoruns/autoruns.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>autoruns</id>
<version>14.04</version>
<version>14.05</version>
<title>Autoruns</title>
<authors>Mark Russinovich,Bryce Cogswell</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/autoruns/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://download.sysinternals.com/files/Autoruns.zip'
$checksum = '7e2e3091ef4b0579bc19c876ccb79d8b5acf6784734352159aecfbebc71c79e7'
$checksum = '66daebb425206153727ab44fd47f099a0141a549cbb9aa12a2a2491454293f2c'
$checksumType = 'sha256'
$url64 = "$url"
$checksum64 = "$checksum"
Expand Down
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.33.1-nightly</version>
<version>1.33.6-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.33.1/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '09288937926254ac4d937f4118934aaa4bedc14450419360847e253d6a6a4973'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.33.6/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '3e30da3db6c8a81faeb56108e6f485774a79fcde0713567e4530919b14ad6162'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/rubberduck/rubberduck.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>rubberduck</id>
<version>2.5.2.6013-pre</version>
<version>2.5.2.6015-pre</version>
<title>rubberduck VBE addin</title>
<authors>Mathieu Guindon, Christopher McClellan</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rubberduck/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.6013/Rubberduck.Setup.2.5.2.6013-pre.exe' # download url
$checksum = '9feba536f7512bba9d43cd46cf4e1983d6ec09f63818356cfbbe8620bb395fdb'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.6015/Rubberduck.Setup.2.5.2.6015-pre.exe' # download url
$checksum = '2552a7a781a3ca441433ab7b57ed66d8948bb11e0a7951679c77c9d187339540'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus.portable/rufus.portable.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>rufus.portable</id>
<version>3.15</version>
<version>3.16</version>
<title>Rufus (Portable)</title>
<authors>Pete "Akeo" Batard</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName

$url = 'https://github.com/pbatard/rufus/releases/download/v3.15/rufus-3.15p.exe'
$checksum = '19a2f7bd08cb6711937a71adae9d13bbe8a3af08d3551d121c2d7f84ec3d7aaf'
$url = 'https://github.com/pbatard/rufus/releases/download/v3.16/rufus-3.16p.exe'
$checksum = '00a0e0356a707a259b7605b292e51d081452ab4e2d5eb5ab7da1f10b0794c62f'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "rufusp.exe"
Expand Down

0 comments on commit a190c80

Please sign in to comment.