Skip to content

Commit

Permalink
AU: 5 updated - 360ts chromium git.portable kitty skype
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 11, 2019
1 parent 782c06a commit 2d8a7cd
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.6.0.1259",
"ts": "10.6.0.1283",
"tse": "8.8.0.1118"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.6.0.1259</version>
<version>10.6.0.1283</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1259.exe'
checksum = '28af82f8ed7cce0c5534708bda1b622acd6a5abdb589102937e1943d3e618d9d'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1283.exe'
checksum = 'c763c5292651dce746566cdd645cd56743c044467fdc4efc3939620a4af9bce8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "81.0.3992.0-snapshots",
"snapshots": "81.0.3993.0-snapshots",
"stable": "75.0.3770.142"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>81.0.3992.0-snapshots</version>
<version>81.0.3993.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/723230/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/723226/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/723761/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/723760/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: CA29F97CE6276B1711DAF89950A1BD0F328D2F0DF3704043694F31401C8C0510
checksum64: C40393E1D54E5A1338D9619443E8069F5299C0E16221D6440904C624D5915E8A
checksum32: C92CA47E9AE7D7837AC29D7377CC3A88D9D2E1B64B0C298A246F127B339C6E57
checksum64: F81B6298C04953EE67D48359D75E6499A7BA51609BED791F1849EEA79D48F853

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "81.0.3992.0-snapshots"
$version = "81.0.3993.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.24.0.2</version>
<version>2.24.1.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/PortableGit-2.24.0.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/PortableGit-2.24.0.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-64-bit.7z.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type:
checksum32: 6AC4761E2711CB584F2DF1FBC27B677A03C745CFEF0BAE55604BC27A5C26D68B
checksum64: 353D0E1566D8897CB7AFE2F6F9088BAC17182CA43416FEADEC1C16F5C3BB9E0F
checksum32: 88F5525999228B0BE8BB51788BFAA41B14430904BC65F1D4BBDCF441CAC1F7FC
checksum64: CB75E4A557E01DD27B5AF5EB59DFE28ADCBAD21638777DD686429DD905D13899

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.73.1.1</version>
<version>0.73.1.2</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
14 changes: 7 additions & 7 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ be equal to the checksums specified in this file.
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Filename | Checksum | Url |
| ------------ | ---------------------------------------------------------------- | ----------------------------------------------------------------------- |
| kitty.exe | 4DAD330339F0B8F6FB6CE2FDC959C84819248F95831BB50F859181FC2F7E8D70 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/kitty.exe |
| kageant.exe | E28AE29F4D51DE25B3D3C756B4AB55886346F9A7550FB212E9081C65CD731BD2 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/kageant.exe |
| klink.exe | 9C9CA35C1AB6B8443D4E0A0FB27F4A6C46FE99005B1435B88281582496D198BA | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/klink.exe |
| kscp.exe | AA8D36867572EA50A0F0F6FAE56203CC3F5E061721E66E913DF0DE60F7553775 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/kscp.exe |
| ksftp.exe | F306451F18AB6B7C5A523E301346977D0F5B6E621A541801CAECAE41CD2D238E | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/ksftp.exe |
| kittygen.exe | C9768773F2C02E56109073D6ECB214319A3E4A524490C9F9833063423962BED7 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/kittygen.exe |
| genpass.exe | 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.1/genpass.exe |
| kitty.exe | B7C3CD7090BC0E5B02B123A9C5D5B45ECE70038409EA2AD9335B22704AC8DE87 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kitty.exe |
| kageant.exe | F74C06599AB0612BEBAA5D7CBDBCE91BC9036798743D5C5506D97006438C3C21 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kageant.exe |
| klink.exe | 892370E2D5331529E45A1318E037AB139E30BCB75291EC7C27C47B808EB95D8D | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/klink.exe |
| kscp.exe | 7DBB7A4F16F76276968770A9BF761EAB2DCD17293A36FBA6E5B0EF349F6C8E35 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kscp.exe |
| ksftp.exe | 96EB4B8125454CD9D07ACB3E21763D0B4C763868B1BC276C5781413B6C467AAA | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/ksftp.exe |
| kittygen.exe | 276385621A4154ED60B313928FFEE1267715FD9DE1858BD66E6D831F48613C7A | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kittygen.exe |
| genpass.exe | 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/genpass.exe |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.55.0.123</version>
<version>8.55.0.135</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.55.0.123.exe'
checksum = 'f2e6079057af281421f4b59dee8faeb048f4a268e1f68bb24bd7c36f122ddd9e'
url = 'https://download.skype.com/s4l/download/win/Skype-8.55.0.135.exe'
checksum = '19c281b07dced1501e4547ec7fed86400912b866f12f3ec6620eb95e6a14e93d'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 2d8a7cd

Please sign in to comment.