Skip to content

Commit

Permalink
AU: 3 updated - transifex-cli vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 3, 2023
1 parent ef39379 commit 258e0de
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
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.6>
location on <https://github.com/transifex/cli/releases/tag/v1.6.7>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.6/tx-windows-amd64.zip>
32-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.6/tx-windows-386.zip>
64-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.7/tx-windows-amd64.zip>
32-Bit software: <https://github.com/transifex/cli/releases/download/v1.6.7/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: AC1197DA18CF7B2386591590D431F90B7CC6DBDBD02CB224D70457460E6C12C8
checksum32: B74B4EF3A956FCA10C751412430FDAD39159E15DDA479F09D5AADBA9326AB63B
checksum64: BB8864405412FA80FB7211AB7AD0A30209278BAEF14CC845E85DFE21A37F082A
checksum32: 9711F7735B8A24518EF8B86E60D0DEEB3BBD0B55B1264C353D2D26BDBC368463

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.6</version>
<version>1.6.7</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.6</releaseNotes>
<releaseNotes>https://github.com/transifex/cli/releases/tag/v1.6.7</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/f31dffc7f9b93a1cdef21243ec30dea7d489a615/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f31dffc7f9b93a1cdef21243ec30dea7d489a615/VSCodeSetup-x64-1.78.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/2da5a0024fe2ca407f741f19340f1a10f4d692af/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2da5a0024fe2ca407f741f19340f1a10f4d692af/VSCodeSetup-x64-1.78.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '8b29c08ae56b59dbc29fa34a439abb1cc2528f6faa397a17ccc9ac5428e054eef2c94c7b3deb4299ea34ed213d1e673669975320ac95f35bdf3f09af6a552e8c'
checksum = 'fec3d2b604a16a5752bc9ae8ed78666a42f0d71811a4896d3a8094a268b324264a59749775ade13313b256c78abf1cfee3287c766db1c15dc2df1cca7177a90f'
checksumType = 'sha512'
checksum64 = '33dff211695615ea47d81df36196aae951bd9af4e5c987dc73925128110aa163d4a6e4249d234aa4435858fdb11bbff51c46c5551763b3eb93136a154080928c'
checksum64 = 'fbf2a219e40ac6fbd49cd58145ada705a820928bbd188976a8ea4d2ab24124e3affe356c7cef516e82aa5b4eb6ddfb689ab331c9448be1c5329a4377cc397cd0'
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.78.0.20230331</version>
<version>1.78.0.20230403</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.78.0.20230331</version>
<version>1.78.0.20230403</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.78.0.20230331]" />
<dependency id="vscode-insiders.install" version="[1.78.0.20230403]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 258e0de

Please sign in to comment.