Skip to content

Commit

Permalink
AU: 4 updated - filejuggler jbs jitsi-meet-electron p4merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 3, 2023
1 parent 9b3106e commit 6a96b22
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/filejuggler/filejuggler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>filejuggler</id>
<title>File Juggler (Trial)</title>
<version>3.0.5</version>
<version>3.0.8</version>
<authors>Simon</authors>
<owners>tunisiano</owners>
<summary>You set up the rules, and File Juggler will monitor your folders and manage your files automatically</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/filejuggler/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 = '/qb'
$url = 'https://www.filejuggler.com/download/filejuggler.exe'
$checksum = 'c6d90c6789032ba59a09ad791e8f55effbd3a36789fa9ec5259e68f944dabe5f'
$checksum = 'f44fff362397a39faffbec40aee782b5e9305cad1d1aaaf55cd4615ecdf46a17'
$checksumtype = 'sha256'

$scriptPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
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.7</version>
<version>5.6.0.5</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
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/SwitcherSetup551.exe'
$checksum = 'eb9286d48f13833becec9d67dff61d6686dad00e3ee1da398b6636147737ebd5'
$url = 'https://dl.johnsadventures.com/SwitcherSetup56.exe'
$checksum = 'dc5a6c71c2139d3cbc487520bde5bd5388cf0af5efd301fbf5ba0ba69f3b6901'
$checksumtype = 'sha256'

Install-ChocolateyPackage $packageName $installerType $silentArgs $url $url -checksum $checksum -ValidExitCodes @(0,1223) -checksumType $checksumtype
4 changes: 2 additions & 2 deletions automatic/jitsi-meet-electron/jitsi-meet-electron.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>jitsi-meet-electron</id>
<version>2023.9.1</version>
<version>2023.10.0</version>
<title>Jitsi Meet Electron</title>
<authors>Jitsi Meet Electron community</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -30,7 +30,7 @@ It is therefore suggested to use `choco-upgrade-all-at-startup` or `choco-upgrad
![screenshot](https://raw.githubusercontent.com/jitsi/jitsi-meet-electron/master/screenshot.png)
]]></description>
<summary>Desktop application for Jitsi Meet built with Electron.</summary>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2023.9.1</releaseNotes>
<releaseNotes>https://github.com/jitsi/jitsi-meet-electron/releases/tag/v2023.10.0</releaseNotes>
<copyright />
<tags>jitsi webinar webcam meeting electron</tags>
<projectSourceUrl>https://github.com/jitsi/jitsi-meet-electron</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/jitsi-meet-electron/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ As well as the build logs: https://gist.github.com/cmorty/554cd2b607b7bf0a288341

To verify the package you need to
1. Download the Oneclick installer from the following
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.9.1/jitsi-meet.exe
URL: https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.10.0/jitsi-meet.exe
2. Unzip it running
7z x jitsi-meet.exe
The program is in the "$PLUGINSDIR" folder containing the app-32.7z and app-64.7z
Expand All @@ -18,5 +18,5 @@ To verify the package you need to
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: A0E456154DAFBE81921D004620ED708C695A7188910FE511343BB9B3B831856D
checksum64: 41D203096A6B18BCE0EBA1678C97A0D8E33228AB927E950E5B86A64F06026046
checksum32: CFBACB23A8E92CFEB39451BE0EE25902F93E92DD1AB037697C03823D568636BE
checksum64: C75B818021B00515DC5522BAC4CAD10662B82E1E52C9030ED81930529A236B4F
4 changes: 2 additions & 2 deletions automatic/jitsi-meet-electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $packageArgs = @{
file = "$toolsdir\app-32.7z"
file64 = "$toolsdir\app-64.7z"
unzipLocation = "$toolsDir"
checksum = 'A0E456154DAFBE81921D004620ED708C695A7188910FE511343BB9B3B831856D'
checksum64 = '41D203096A6B18BCE0EBA1678C97A0D8E33228AB927E950E5B86A64F06026046'
checksum = 'CFBACB23A8E92CFEB39451BE0EE25902F93E92DD1AB037697C03823D568636BE'
checksum64 = 'C75B818021B00515DC5522BAC4CAD10662B82E1E52C9030ED81930529A236B4F'
checksumType = 'sha256'
ChecksumType64 = 'sha256'
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/p4merge/P4Merge.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>p4merge</id>
<version>2023.2</version>
<version>2023.3</version>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/p4merge</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@7cc8d197a0daa3297060d92a75902352d1cce156/icons/p4merge.png</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/p4merge/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the official mirror and can be verified

1. Download the following installer(s):

link: https://cdist2.perforce.com/perforce/r23.2/bin.ntx64/p4vinst64.exe
link: https://cdist2.perforce.com/perforce/r23.3/bin.ntx64/p4vinst64.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksumtype: sha256
checksum: 804DE0BFB83F3CFCD7425FB91DAB66190F4E4754DB7FFEB1418FC532B2391DA1
checksum: 631F68167B6ABF7F13B51EDF28A6C8F31B7BCF34260D9DBD83754139F653288E

The included 'LICENSE.txt' file have been obtained from:
license: https://cdist2.perforce.com/perforce/r14.1/doc/user/p4v_license.txt
2 changes: 1 addition & 1 deletion automatic/p4merge/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file = Join-Path $toolsDir '/p4vinst64.exe'
$checksum = '804DE0BFB83F3CFCD7425FB91DAB66190F4E4754DB7FFEB1418FC532B2391DA1'
$checksum = '631F68167B6ABF7F13B51EDF28A6C8F31B7BCF34260D9DBD83754139F653288E'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 6a96b22

Please sign in to comment.