Skip to content

Commit

Permalink
AU: 4 updated - bitcoin.portable brave-nightly odrive rubberduck
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 27, 2021
1 parent ffe0036 commit a075025
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/bitcoin.portable/bitcoin.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>bitcoin.portable</id>
<title>Bitcoin Core Wallet (Portable)</title>
<version>0.21.1</version>
<version>21.99-guixtest1</version>
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
<owners>tunisiano</owners>
<summary>A software-based online payment system</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bitcoin.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)"
$url64 = 'https://github.com//bitcoin/bitcoin/archive/refs/tags/v0.21.1.zip'
$checksum64 = 'd7223a914c8ccf449e3adde14675e54e38fed8df25b92bd936142b65e6ca5935'
$url64 = 'https://github.com//bitcoin/bitcoin/archive/refs/tags/v21.99-guixtest1.zip'
$checksum64 = '68295ead7ae98010993c11bce710caee79ef05ddf63e0610140f5e57b6e6c994'
$checksumType64 = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
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.27.18-nightly</version>
<version>1.27.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.27.18/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '08bb1222f81fb5fdd02938648fa3b9a49a72ba4db077f7c5af93e8685055098a'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.27.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '465ed75f3538b0d6b2a212bff9245e311a86431840ebac6a55ea8bbe97fda2d9'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.6984</version>
<version>1.6452.0.6989</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = 'f41ef90917fb7f1a06f740630927b55cc5310c3287088729f01805bb20a8ca99'
$checksum = '87001e7ef90f1d10563c21007530dbac3a31dcb67f893d003856bc3d5c839cbe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
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.5927-pre</version>
<version>2.5.2.5931-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.5927/Rubberduck.Setup.2.5.2.5927-pre.exe' # download url
$checksum = '0271afa402d9ccbf3d1342c9c2ee716f7cd17776d11a07d34a444c75599a56a6'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5931/Rubberduck.Setup.2.5.2.5931-pre.exe' # download url
$checksum = '260329d55e59b26003423556deef3cdacd46f2066a2db598d0bc16ee6cd659a0'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a075025

Please sign in to comment.