Skip to content

Commit

Permalink
AU: 4 updated - tixati tixati.portable vim webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2020
1 parent c1bda69 commit 34bc295
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/tixati.portable/tixati.portable.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati.portable</id>
<title>Tixati Portable</title>
<version>2.72</version>
<version>2.73</version>
<authors>Kevin Hearn</authors>
<owners>chocolatey</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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = 'tixati.portable'
url = 'https://download2.tixati.com/download/tixati-2.72-1.portable.zip'
checksum = '9d317e32ce0a4e51b22272b8a4dd06a2a4b2d345f96d268518d27eaec7d2f0af'
url = 'https://download2.tixati.com/download/tixati-2.73-1.portable.zip'
checksum = '1c88409ea3bd900c75b45a02be58797f2a3805a18e9283f1981a9076d1c3d4a7'
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tixati/tixati.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tixati</id>
<title>Tixati</title>
<version>2.72</version>
<version>2.73</version>
<authors>Kevin Hearn</authors>
<owners>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
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'

$packageName = 'tixati'
$fileName = 'tixati-2.72-1.install.exe'
$fileName = 'tixati-2.73-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.72-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.72-1.win64-install.exe'
checksum = '0728c2f3ae45d92693f7fbaea76ba75556d5b1609179cb4af5a1103aa280ec66'
checksum64 = '8cd3814e26bc3f99e0e2774593bcf719a36625eab1b56935156bca0aa1ebb2f0'
url = 'https://download1.tixati.com/download/tixati-2.73-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.73-1.win64-install.exe'
checksum = 'b5ee493402e270f49808cb3184a42b0de79fdb1a3ff6cc8c77e142bcecb2f83a'
checksum64 = '4e7b1657ef28cac396606f7a05a2a19145b252452a78d9dbe7af682dbc548971'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0628/gvim_8.2.0628_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0628/gvim_8.2.0628_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0671/gvim_8.2.0671_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0671/gvim_8.2.0671_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: C852E1659EBF760D9BAB668CF89C0CBE61F7E233278FF479A3CE2E6B3E02E8CB
checksum64: 256F94D5F8F2123727FF3493D080A36D7944A62356E7E90B7E7DA8F2649731E8
checksum32: ED8E80A029E8CB5ED4AE5ACCF4A342FF67E18C8A4A9227AC5431BE7A3FE5754F
checksum64: 500F66E8E20B5AA73EAF45CD1145C3F0EEF7B0EE748ADCBB4DF79342A4C65078
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0628_x86.zip"
file64 = "$toolsDir\gvim_8.2.0628_x64.zip"
file = "$toolsDir\gvim_8.2.0671_x86.zip"
file64 = "$toolsDir\gvim_8.2.0671_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0628</version>
<version>8.2.0671</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.1.exe'
checksum = 'c5f780c1fc96177e38919cb7c37830f466a0aae0c95577d3854c4abe2a62212f'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.1.1.exe'
checksum = '0b5525d03eb7609c692443a7e776b2e0f679a60f923089ee3be0c700e51fc7da'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2020.1</version>
<version>2020.1.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 34bc295

Please sign in to comment.