Skip to content

Commit

Permalink
AU: 4 updated - tixati tixati.portable vscode-insiders wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 17, 2021
1 parent da17bc7 commit ed94326
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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>2.82</version>
<version>2.83</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-2.82-1.portable.zip'
checksum = 'c4811d1c51bf2316ee2a6e155531d47750e3d6532ae8980840f650416f612d46'
url = 'https://download2.tixati.com/download/tixati-2.83-1.portable.zip'
checksum = 'c914b1b0cc88d2f6727fa64f793f4f788c9f3eafe84e8d828cef5203046e1f24'
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>2.82</version>
<version>2.83</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'

$packageName = 'tixati'
$fileName = 'tixati-2.82-1.install.exe'
$fileName = 'tixati-2.83-1.install.exe'
$download_dir = "$Env:TEMP\chocolatey\$packageName\$Env:ChocolateyPackageVersion"

$packageArgs = @{
packageName = $packageName
fileFullPath = "$download_dir\$fileName"
url = 'https://download1.tixati.com/download/tixati-2.82-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.82-1.win64-install.exe'
checksum = '73bff2837cbf5f3ebd253139105d1db56f7cf19e8bb8792e2571240c1bd841ee'
checksum64 = '07bfd3b95aa26578ae5f6f99023000927f466ec8453105aac63dc48b5a5f463f'
url = 'https://download1.tixati.com/download/tixati-2.83-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.83-1.win64-install.exe'
checksum = '5c5fe1e5635124e91865529eb111a2ff73f87ed6d3c4aac9a6c72921ecb72302'
checksum64 = 'eff300f6e9bcdddda5b70cb352100d330504cddb7ec5bf63ffdcfb8bcf704d1f'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
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.57.0.20210514</version>
<version>1.57.0.20210517</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.57.0.20210514]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210517]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.12/wesnoth-1.15.12-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.13/wesnoth-1.15.13-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '396dcaf5e6aad22bd1080bb353b389bb12ee133ffa8dd7f1a97903ef3acfefc3'
checksum = '88ee76f34af32f6ce5511b0f2b324879f02b9fc55749fd2addaeda068c204fb6'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.16",
"beta": "1.15.12-beta"
"beta": "1.15.13-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.15.12-beta</version>
<version>1.15.13-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit ed94326

Please sign in to comment.