Skip to content

Commit

Permalink
AU: 2 updated - Executor jbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 21, 2021
1 parent 0d207dc commit 086fd85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/Executor/Executor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>Executor</id>
<title>Executor</title>
<version>1.0.4</version>
<version>1.0.5</version>
<authors>Martin Bresson</authors>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/Executor</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/Executor/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'exe'
Url = 'http://www.1space.dk/executor/ExecutorSetup.exe'
Checksum = '9aab39627d03b46da698d556ff3aeac85b3077501d01577d1dffc0bca7d7b8aa'
Checksum = '1319b2dd7bf34d752b10b2f4c5659f2ea51df1058868bef171c835d96105245e'
ChecksumType = 'sha256'
SilentArgs = '/SILENT /VERYSILENT /SUPRESSMSGBOXES /SP-'
}
Expand Down
12 changes: 10 additions & 2 deletions automatic/jbs/jbs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
<metadata>
<id>jbs</id>
<title>John's Background Switcher</title>
<version>5.2.0.9</version>
<version>5.3.0.15</version>
<authors>John Conners</authors>
<owners>tunisiano</owners>
<summary>John’s Background Switcher for Windows</summary>
<description>John’s Background Switcher (or JBS for short) periodically changes the background image on your Windows computer to something awesome.</description>
<description><![CDATA[## chocolatey-package-jbs
John’s Background Switcher (or JBS for short) periodically changes the background image on your
Windows computer to something awesome.
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<projectUrl>https://johnsad.ventures/software/backgroundswitcher/</projectUrl>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/jbs</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@4c5f6e7358b66b301e3691c5c58e08109405be8f/icons/jbs.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jbs/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'
$url = 'https://dl.johnsadventures.com/SwitcherSetup52.exe'
$checksum = '790BD6562A70F9D9002BBB3F1F11D7D0'
$url = 'https://dl.johnsadventures.com/SwitcherSetup53.exe'
$checksum = '435919a59346d063929f740c10f61aee4d110a5aefb5624e303bd16877a0a1cd'
$checksumtype = 'sha256'

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

0 comments on commit 086fd85

Please sign in to comment.