Skip to content

Commit

Permalink
AU: 5 updated - 360ts chromium git-lfs git-lfs.install qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 25, 2022
1 parent 6bbc272 commit bef09a2
Show file tree
Hide file tree
Showing 14 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.8.0.1451",
"ts": "10.8.0.1456",
"tse": "8.8.0.1119"
}
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.8.0.1451</version>
<version>10.8.0.1456</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,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.8.0.1451.exe'
checksum = 'ab84a074f4c36d59c3a46818d5c4832cad78404c2436f2bed53bb7551d3dfa40'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1456.exe'
checksum = 'c672d72865d94a1fa9249adb2de1831e54d807f811957c9689fdede783aff2d4'
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": "104.0.5084.0-snapshots",
"stable": "101.0.4951.67"
"stable": "102.0.5005.63"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>104.0.5084.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>102.0.5005.63</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1007287/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1007299/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v102.0.5005.63-r992738/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v102.0.5005.63-r992738/mini_installer.sync.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: D06D5A8491834944C654FAEB4BCC68760D2740F6E26C2137E2B5D012E06047E4
checksum64: 862029C6E3564549C7533ABE81D2883CB5512271DE14567494CBFD6DFB26A0D1
checksum32: 6A85B5550D8521538D6B6439439BE0339829AEF6E74A6C9C38D0B7384A1C8EB8
checksum64: 4ED4D769BE368861FA950738C893EA2E7687326AF4154D274C25F7CC38F03AEC

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 = "104.0.5084.0-snapshots"
$version = "102.0.5005.63"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>3.1.4</version>
<version>3.2.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.4</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.2.0</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v3.1.4/git-lfs-windows-v3.1.4.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-windows-v3.2.0.exe>
to download the installer
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: sha256
checksum: 02E5101300A8AD5D0FBEFBE63244239240E067B567929A22BBDF7363FD262E8B
checksum: F45B3CC1F3B4D1941487F305A1DB3730CC57F4CD9C199492AC3138188734238C

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-v3.1.4.exe"
$filePath = "$toolsDir\git-lfs-windows-v3.2.0.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>3.1.4</version>
<version>3.2.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
Expand All @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.1.4</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v3.2.0</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[3.1.4]" />
<dependency id="git-lfs.install" version="[3.2.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.4.3</version>
<version>4.4.3.1</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey-community,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qbittorrent/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 alternative sourceforge mirror liste
and can be verified like this:

1. Download the following installers:
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.4.3/qbittorrent_4.4.3_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.4.3/qbittorrent_4.4.3_x64_setup.exe/download>
32-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.4.3.1/qbittorrent_4.4.3.1_setup.exe/download>
64-Bit: <https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.4.3.1/qbittorrent_4.4.3.1_x64_setup.exe/download>
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: sha256
checksum32: 6585B4CCADA5AAD83600DE64F9CB21B10F188A556DE9D1BA4632C564A77D9294
checksum64: 38C98176965974676F8E77F9C1CCE4A2BD4C2E234D460D45313698B588A3C3CA
checksum32: 35AB8E46152663EAB858E902D159F918BC77620DB4D9EB5DEC85A959B9B99316
checksum64: 07F1777B4508C5629E26BB592050DFD4421169B76DE79001D2F0350F92010F23

File 'LICENSE.txt' is obtained from <https://github.com/qbittorrent/qBittorrent/blob/0070dcf5509e43c2c3457c4e3f1ed0b1ae087e36/COPYING>
4 changes: 2 additions & 2 deletions automatic/qbittorrent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
packageName = 'qbittorrent'
fileType = 'exe'
softwareName = 'qBittorrent*'
file = "$toolsDir\qbittorrent_4.4.3_setup.exe"
file64 = "$toolsDir\qbittorrent_4.4.3_x64_setup.exe"
file = "$toolsDir\qbittorrent_4.4.3.1_setup.exe"
file64 = "$toolsDir\qbittorrent_4.4.3.1_x64_setup.exe"
silentArgs = '/S'
validExitCodes = @(0, 1223)
}
Expand Down

0 comments on commit bef09a2

Please sign in to comment.