Skip to content

Commit

Permalink
AU: 3 updated - boinc jbs odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 8, 2023
1 parent 6d17052 commit cd41661
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/boinc/boinc.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>boinc</id>
<version>7.22.2</version>
<version>7.24.1</version>
<title>BOINC</title>
<authors>University of California</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/boinc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S /v/qn'
$url = 'https://boinc.berkeley.edu/dl/boinc_7.22.2_windows_x86_64.exe'
$checksum = '0553693c68a2e69e3287b9205bdf17953d6c5c1d9c0b94b0d334a8086985dfec'
$url = 'https://boinc.berkeley.edu/dl/boinc_7.24.1_windows_x86_64.exe'
$checksum = '0b3d970ecdcc431465f623a16f7b4fdf4e7baee335a2dc1e36c0602f97d81be0'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/jbs/jbs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>jbs</id>
<title>John's Background Switcher</title>
<version>5.5.1.3</version>
<version>5.5.1.7</version>
<authors>John Conners</authors>
<owners>tunisiano</owners>
<summary>John’s Background Switcher for Windows</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/jbs/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://dl.johnsadventures.com/SwitcherSetup551.exe'
$checksum = '6516c7f4895830af93394a753979cdd3fd08c704911b13b15236dd383354683d'
$checksum = 'eb9286d48f13833becec9d67dff61d6686dad00e3ee1da398b6636147737ebd5'
$checksumtype = 'sha256'

Install-ChocolateyPackage $packageName $installerType $silentArgs $url $url -checksum $checksum -ValidExitCodes @(0,1223) -checksumType $checksumtype
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.7213</version>
<version>1.6452.0.7223</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 = '2aeac4b0f33743b7e662225eaae0ad8fbbff0e415cde3283e044a641dd23f96c'
$checksum = 'cca0d5cce6d62f45e854bb090218280344a0f6ae65905c7c8db10759f8c24c01'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit cd41661

Please sign in to comment.