Skip to content

Commit

Permalink
AU: 1 updated - jbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 9, 2024
1 parent 3307d47 commit 198f3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/jbs/jbs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>jbs</id>
<title>John's Background Switcher</title>
<version>5.7.0.1</version>
<version>5.8.0.2</version>
<authors>John Conners</authors>
<owners>tunisiano</owners>
<summary>John’s Background Switcher for Windows</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jbs/tools/chocolateyinstall.ps1
Expand Up @@ -2,8 +2,8 @@
$packageName= $env:ChocolateyPackageName
$installerType = 'EXE'
$silentArgs = '/S'
$url = 'https://dl.johnsadventures.com/SwitcherSetup57.exe'
$checksum = '03226011dca68d348ca4e4814b22dcafbaea23f514dc8ad698489fbb8b2a280d'
$url = 'https://dl.johnsadventures.com/SwitcherSetup58.exe'
$checksum = 'b412edcdfb873329a894a7950e9330002f774e5c6d512244d7bc564503063e68'
$checksumtype = 'sha256'

Install-ChocolateyPackage $packageName $installerType $silentArgs $url $url -checksum $checksum -ValidExitCodes @(0,1223) -checksumType $checksumtype

0 comments on commit 198f3af

Please sign in to comment.