Skip to content

Commit

Permalink
AU: 4 updated - goodsync internet-download-manager jami jtalert
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2021
1 parent c09d198 commit 595622f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/goodsync/goodsync.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>goodsync</id>
<version>11.6.4</version>
<version>11.6.5</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/goodsync</packageSourceUrl>
<owners>chtof</owners>
<title>GoodSync</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/goodsync/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
filetype = "MSI"

url = 'https://www.goodsync.com/download/GoodSync-v11-Setup.msi'
checksum = '6dbdb8c24ec759b53c86b40ebf0c061cbfa34414c0b5a8f8cc77cfea9d03cc02'
checksum = '9332f0dbb8ffbe92360cdf396557de9f28a7ee3ac8560aaddc118d7d6fca07de'
checksumType = 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
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>internet-download-manager</id>
<version>6.38.18</version>
<version>6.38.22</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/internet-download-manager</packageSourceUrl>
<owners>chtof</owners>
<title>Internet Download Manager</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'http://mirror2.internetdownloadmanager.com/idman638build18.exe'
checksum = '4890dd3ebfdc13a761c208f9059541f60ad2675561eb5a90de49286b24c810ad'
url = 'http://mirror2.internetdownloadmanager.com/idman638build22.exe'
checksum = 'd1b35093012c35102c90d2c4ec696d385a18f78ec56e7d61c0ebe8bb08a2803b'
checksumType = 'sha256'

silentArgs = "/skipdlgs"
Expand Down
2 changes: 1 addition & 1 deletion automatic/jami/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5308000-5c02eee564cbb"|2021.04.18
"51cf000-5c136b93c98d8"|2021.05.01
2 changes: 1 addition & 1 deletion automatic/jami/jami.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>jami</id>
<version>2021.04.18</version>
<version>2021.05.01</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jami</packageSourceUrl>
<owners>chtof</owners>
<title>Jami</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/jami/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 00D242A90F5C20E01C0D11685EB8215E0C10C12DC29F0FACC0F1E3EA773B245A
checksum64: E70BFFEB350E9A951F3300165689303EC1E4A4D8547A061C640F00FB797F3739

File 'LICENSE.txt' is obtained from:
https://git.ring.cx/savoirfairelinux/ring-client-windows/blob/master/License.rtf
2 changes: 1 addition & 1 deletion automatic/jtalert/jtalert.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jtalert</id>
<version>2.16.16</version>
<version>2.50.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/jtalert</packageSourceUrl>
<owners>chtof</owners>
<title>JTAlert</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jtalert/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://dnl.hamapps.com/JTAlert/05176edaa913b9fad3b443a5815a87da'
checksum = '2f7653d55b104e2f7e9b828085ef3692d3eb80b77955e6e9c5c151de865bcc24'
url = 'https://dnl.hamapps.com/JTAlert/75fb48895cd5c602fa32571e10e71829'
checksum = 'e3d3aecbe5df934e44d0cb10df891438af2b2894124b30912fe9a56151a84dc5'
checksumType = 'sha256'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /components=""'
Expand Down

0 comments on commit 595622f

Please sign in to comment.