Skip to content

Commit

Permalink
AU: 5 updated - 360ts chromium transifex-cli vscode-insiders vscode-i…
Browse files Browse the repository at this point in the history
…nsiders.install

[skip ci]
  • Loading branch information
Chocolatey Community committed May 17, 2024
1 parent 17e5560 commit 39ba4e6
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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": "11.0.0.1099",
"ts": "11.0.0.1103",
"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>11.0.0.1099</version>
<version>11.0.0.1103</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_11.0.0.1099.exe'
checksum = 'dc7b4ce7463bbc9d4333e1f065a519e8a8a63394100b6d16d6f52541929cca0d'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1103.exe'
checksum = 'e37c9744f2594d23b7156f7718ff1ddc63087c142032f1409e1cc0d8f3f826de'
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": "127.0.6484.0-snapshots",
"snapshots": "127.0.6485.0-snapshots",
"stable": "125.0.6422.61"
}
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>127.0.6484.0-snapshots</version>
<version>127.0.6485.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1302195/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1302461/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
checksum64: DDCBEDB2FC658AC54FBECACC411DCC08B4E2040914F46ECE87441F902BFA1D65
checksum64: 6F09600B71C1A39C4B5F35D71411A3F3A7831F8110B2DE001562E7F0911AF7E6

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

$version = '127.0.6484.0-snapshots'
$version = '127.0.6485.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1302195/mini_installer.exe'
checksum = '167D32D4676B895B4076297EE164E07FF8C9EC059E6744BB43708720D9ABD2ED'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1302471/mini_installer.exe'
checksum = 'ED0E20342FBED83108D3303B24EA6384AC81755A1F0C709E46B25B81F92BDF19'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
10 changes: 5 additions & 5 deletions automatic/transifex-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/transifex/cli/releases/tag/v1.6.12>
location on <https://github.com/transifex/cli/releases/tag/v1.6.13>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.12/tx-windows-amd64.zip>
32-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.12/tx-windows-386.zip>
64-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.13/tx-windows-amd64.zip>
32-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.13/tx-windows-386.zip>
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
checksum64: 7EE853BA39CF444873E2D09C961A4B5EEEFF626A9DF8704CE954B67D6E1ECD94
checksum32: 6AFC7165F0722280D4A6F07A516FD5581F91B910CA4F5E1A7092E12CA5157347
checksum64: FFB1538C4C7F23DF705157781B7B99D3831597E03EC8196F21CCAFCBB610A1B6
checksum32: 589C30D5B426AC9C0647BD648004B95FD7AF20D21B81D8E4D62146F40B389266

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/cli/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/transifex-cli/transifex-cli.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>transifex-cli</id>
<version>1.6.12</version>
<version>1.6.13</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/transifex-cli</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Transifex CLI</title>
Expand All @@ -29,7 +29,7 @@ The Transifex CLI can help to enable continuous integration workflows and can be
- This package uses the Go version of the Transifex CLI
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://github.com/transifex/cli/releases/tag/v1.6.12</releaseNotes>
<releaseNotes>https://github.com/transifex/cli/releases/tag/v1.6.13</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/0cd8d6ac480bc5b4e2a2d7f1eb87eaff9f7d47e1/VSCodeSetup-x64-1.90.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/a48f464a3e01aad384703ec964018299b14bb7cf/VSCodeSetup-x64-1.90.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'f78bf01ad2e4027ac3ab115ff5c1d20a07b53523f52080e4864420df6e8feef6982208b63499e7cc7ffcc95981d6b6aa82eaa94a501dd724c92f2f53bb6b6df0'
checksum64 = 'f59d88d2ca4502320bbd0dc7449388c62023e112475194ee154568a62cfe20b9bdc4c75341e946c9e0363329e2679913d3dd72721c3518e1d36fe6996c0e9a82'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.90.0.20240516</version>
<version>1.90.0.20240517</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.90.0.20240516</version>
<version>1.90.0.20240517</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.90.0.20240516]" />
<dependency id="vscode-insiders.install" version="[1.90.0.20240517]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 39ba4e6

Please sign in to comment.