Skip to content

Commit

Permalink
AU: 4 updated - tixati tixati.portable vscode-insiders vscode-insider…
Browse files Browse the repository at this point in the history
…s.install

[skip ci]
  • Loading branch information
Chocolatey Community committed May 22, 2024
1 parent e27732e commit 8c9c1d4
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>3.24</version>
<version>3.25</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/tixati.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-3.24-1.portable.zip'
checksum = '5c5f81e4a4e144a2b8f63c01e2969234ffaf6503f889b101e49825d09bbe0e8e'
url = 'https://download2.tixati.com/download/tixati-3.25-1.portable.zip'
checksum = '561a5d476539476e89e40bcae9c9ec8bc652ed2c5cd023ed40d49052fb2c4ff0'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>3.24</version>
<version>3.25</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Tixati is a cross-platform BitTorrent client written in C++ that has been designed to be light on system resources.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/tixati/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$fileName = 'tixati-3.24-1.install.exe'
$fileName = 'tixati-3.25-1.install.exe'
$dlDir = "$Env:TEMP\chocolatey\$($Env:ChocolateyPackageName)\$($Env:ChocolateyPackageVersion)"

$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileFullPath = Join-path $dlDir $fileName
url = 'https://download1.tixati.com/download/tixati-3.24-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.24-1.win64-install.exe'
checksum = '2d952934bdb5458ea76318a67cc9148c7c5d45979b91d4844050456af3ce9375'
checksum64 = 'd09ad1cdc901461df96553ed876caa785b06b60cbb586eb4f50fa89c45ea615e'
url = 'https://download1.tixati.com/download/tixati-3.25-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-3.25-1.win64-install.exe'
checksum = 'a07614b9080f0efccebc4d2d288295d4745d6d1fa15b0b7e7220847823e071e9'
checksum64 = '8fa816eb08b07f308ebf51592ae6863c818ddd72ef538336cb2a1ee0cb8f1c2c'
checksumType = 'sha256'
}

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/405ce83a24f38fd70751b03438763a1503329fe0/VSCodeSetup-x64-1.90.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/4207ee1f8ddac59df509b75e4bdd1c77904f766e/VSCodeSetup-x64-1.90.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '609705d3231ccf131eeadc7ebb616c07266a2ae66a93010c27f44f7b1b3c2a7dc673f6afca6167ae29d5be3605ac9b376147e90df10c1e6dcbd4c838e8fee8b6'
checksum64 = 'c0c304abdee173600bb54ec1fcb074ee79bf595b61a162eba071f8de268f3e24db4226e62df503b0688e09dbb92e1ec50302b2082abce08b93428749985d48f1'
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.20240520</version>
<version>1.90.0.20240522</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.20240520</version>
<version>1.90.0.20240522</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.20240520]" />
<dependency id="vscode-insiders.install" version="[1.90.0.20240522]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 8c9c1d4

Please sign in to comment.