Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly duplicati.portable idrive scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 12, 2021
1 parent c6dc04b commit 68e33e3
Show file tree
Hide file tree
Showing 8 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.30.14-nightly</version>
<version>1.30.17-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.30.14/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'cd2c9f9bbb2958c71835f717ae798e67e6b97653308c1a05fdbe887714221a8c'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.30.17/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '367e6c7707fee5cf9b10e3a2fbb775b0539bbba7f89050b4f71ce377014c66d6'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/duplicati.portable/duplicati.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>duplicati.portable</id>
<version>2.0.6.3-pre20210617</version>
<version>2.0.6.100-pre20210811</version>
<title>Duplicati (Portable)</title>
<authors>Kenneth Skovhede and Rene Stach</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/duplicati.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/duplicati/duplicati/releases/download/v2.0.6.3-2.0.6.3_beta_2021-06-17/duplicati-2.0.6.3_beta_2021-06-17.zip'
$checksum = '85a45ce43e0f8050324854f64f130e8967d881c73c3e120cf81028c1f110cb50'
$url = 'https://github.com/duplicati/duplicati/releases/download/v2.0.6.100-2.0.6.100_canary_2021-08-11/duplicati-2.0.6.100_canary_2021-08-11.zip'
$checksum = '06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8'
$checksumType = 'sha256'


Expand Down
2 changes: 1 addition & 1 deletion automatic/idrive/idrive.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>idrive</id>
<version>6.7.3.38</version>
<version>6.7.3.39</version>
<title>idrive (Install)</title>
<authors>idrive.com</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/idrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://static.idriveonlinebackup.com/downloads/080221/IDriveWinSetup.exe'
$checksum = 'a9f758cc5b27058f69b1a05601e026e54274e656fda3f5754592de2d85fbab8f'
$url = 'https://static.idriveonlinebackup.com/downloads/081121/IDriveWinSetup.exe'
$checksum = '037a4c536efdfbf6897688525d5e73b0de54fbea486d2076f5b32cd547f92bc5'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/scratch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>scratch</id>
<version>3.24.0</version>
<version>3.25.0</version>
<title>scratch (Install)</title>
<authors>MIT</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe'
$checksum = '985f33f2b87c059cf05c3517dfcb0905b1a8385fc327c82fb1282ad22486b191'
$checksum = 'a3e6402c35504c2d9be6f55ddd3664ba9c51b4af81447e183cb0289fdff63958'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit 68e33e3

Please sign in to comment.