Skip to content

Commit

Permalink
AU: 3 updated - tortoisegit vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 7, 2022
1 parent 8e766c9 commit fa29f72
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions automatic/tortoisegit/legal/VERIFICATION.txt
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://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.0-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.0-64bit.msi>
32-Bit: <https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.1-32bit.msi>
64-Bit: <https://download.tortoisegit.org/tgit/2.13.0.0/TortoiseGit-2.13.0.1-64bit.msi>
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: 1402498CEA1DB9F3290D119CAE308D1F726650BEFF516A2B7D94A62DC13FE2E2
checksum64: 5AE28426FAD5088AD266D941D51A72D1FAB57A98479904AD47F946EDC4D13AB9
checksum32: AD7BE5DBDCD85483BE8E8D1FA1D1F6C41DCBD0B39B72073CB946761A1B1A8732
checksum64: 35E56C66124AB6F776C48DA24B82EF044743C3619E1EACB40BC38B6A178A6F98

File 'LICENSE.txt' is obtained from <https://github.com/TortoiseGit/TortoiseGit/blob/dbc64c57d98067249d07bdf20411703b25fd889a/src/gpl.txt>
4 changes: 2 additions & 2 deletions automatic/tortoisegit/tortoisegit.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisegit</id>
<title>TortoiseGit</title>
<version>2.13.0.0</version>
<version>2.13.0.1</version>
<authors>TortoiseGit and contributors</authors>
<owners>chocolatey-community, dtgm</owners>
<summary>TortoiseGit provides overlay icons showing the file status, a powerful context menu for Git and much more!</summary>
Expand Down Expand Up @@ -60,7 +60,7 @@ TortoiseGit provides a flexible mechanism to integrate any web based bug trackin
<copyright>© TortoiseGit</copyright>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.13.0.0</releaseNotes>
<releaseNotes>https://tortoisegit.org/docs/releasenotes/#Release_2.13.0.1</releaseNotes>
<dependencies>
<dependency id="vcredist2015" version="14.0.24215.20170201" /> <!-- https://github.com/chocolatey/chocolatey-coreteampackages/issues/807 -->
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/62de8dc3f78b8bef1eb62deeb093164a8d76c254/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/62de8dc3f78b8bef1eb62deeb093164a8d76c254/VSCodeSetup-x64-1.65.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/97c1e76d668d23d568044feb31083407f4c4b1ed/VSCodeSetup-ia32-1.65.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/97c1e76d668d23d568044feb31083407f4c4b1ed/VSCodeSetup-x64-1.65.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '4ea9720d1ac737c355defab7cfd3227dc8488baba11afdb339c4582102ef58ec547f8cb0e0a9239f49a8dfa44c5b4cdb5d7db168b4fd8e8afad24d15ff902098'
checksum = 'db16ba7faff45db46865805c43b005eaaab3c904f7580d5c61c9ed00f1ff4e18bb3da83b765ab9c9558f2ebfc4ef5fad6678161f8b2eb8bb7efdcb40555c3464'
checksumType = 'sha512'
checksum64 = '2e1f3c09516a8ea545d5b68d8f3e249d29d25350bcf3dd4c03c3ec158a9edcf4747bcfbc86c0f2a2d088cd663adc948e0a03c05af3da95498a0e6f90884d6101'
checksum64 = '2f13c8d76db53fbf2a1febf9fc58e4691eaaa75c123383acfeb262a604ab8e52f401c60fc8459da1dd0e89bb03bc3e5b72b0e8b6db06cce9463268287bd3190e'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.65.0.20220204</version>
<version>1.65.0.20220207</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.65.0.20220204</version>
<version>1.65.0.20220207</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.65.0.20220204]" />
<dependency id="vscode-insiders.install" version="[1.65.0.20220207]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit fa29f72

Please sign in to comment.