Skip to content

Commit

Permalink
AU: 4 updated - InkScape tixati tixati.portable vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 18, 2021
1 parent 049b090 commit dd0457a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions automatic/inkscape/inkscape.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>InkScape</id>
<version>1.0.1</version>
<version>1.0.2</version>
<title>Inkscape</title>
<owners>chocolatey-community</owners>
<authors>Inkscape developers</authors>
Expand Down Expand Up @@ -38,7 +38,7 @@ All Inkscape projects may be exported in formats friendly to web browsers or com
<mailingListUrl>https://inkscape.org/en/community/mailing-lists/</mailingListUrl>
<bugTrackerUrl>https://bugs.launchpad.net/inkscape</bugTrackerUrl>
<summary>An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.</summary>
<releaseNotes>https://inkscape.org/release/inkscape-1.0.1/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-1.0.2/#left-column</releaseNotes>
<copyright>inkscape.org</copyright>
<tags>inkscape editor foss cross-platform svg vector-graphics icons graphics export drawing art admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/inkscape</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/inkscape/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ 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://inkscape.org/release/inkscape-1.0.1/windows>
location on <https://inkscape.org/release/inkscape-1.0.2/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/21592/inkscape-1.0.1-x64.msi>
64-Bit software: <https://inkscape.org/gallery/item/23845/inkscape-1.0.2_2021-01-15_e86c870879-x64.msi>
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: 8BCCA5B3BBDD466E2B95B3DE99A291D7F2737A7C31F5F2004E16B4B9EBD79F5B
checksum64: 78DC2E539012D3893EE9C34B7B922AB9BBED8CFE77AA4A484040E8B2A81ABB30

The file 'LICENSE.txt' has been obtained from <http://www.gnu.org/licenses/gpl-2.0.txt>
8 changes: 4 additions & 4 deletions automatic/inkscape/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://inkscape.org/gallery/item/21593/inkscape-1.0.1-x86.msi'
checksum = '46EEB86C37057EF82329F3CD08E0805A97A4A0DE2CE5D3FA5D7941985DBC0199'
url = 'https://inkscape.org/gallery/item/23846/inkscape-1.0.2_2021-01-15_e86c870879-x86.msi'
checksum = '20B4925A6019A07005356EE903D0CDDF7F39052B663F44B844D708D733D66308'
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.0.1-x64.msi"
file64 = "$toolsPath\inkscape-1.0.2_2021-01-15_e86c870879-x64.msi"
softwareName = 'InkScape*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
}

[array]$key = Get-UninstallRegistrykey $packageArgs['softwareName']
if ($key.Count -eq 1) {
if ($key[0].DisplayVersion -eq '1.0.1') {
if ($key[0].DisplayVersion -eq '1.0.2') {
Write-Host "Software already installed"
return
}
Expand Down
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.79</version>
<version>2.81</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.79-1.portable.zip'
checksum = 'bc6d786ff25d93d03f797c8ff58a445f3e593bee7e61d7f711f15bbee49e61e6'
url = 'https://download2.tixati.com/download/tixati-2.81-1.portable.zip'
checksum = 'b71ca2156d5a334ab1db19920d4c2b0ef8d8c7e3455e1f2a9227e2fed6cfbb1f'
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.79</version>
<version>2.81</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.79-1.install.exe'
$fileName = 'tixati-2.81-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.79-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.79-1.win64-install.exe'
checksum = 'a7e314b69bf6590606224de651d19911d1cad0002eba0e17a790d2a503f1797a'
checksum64 = '3c1cf51379aabab0507f4caa5357f823e4ea08ec4b48d3c9229268c780a1e0bb'
url = 'https://download1.tixati.com/download/tixati-2.81-1.win32-install.exe'
url64bit = 'https://download1.tixati.com/download/tixati-2.81-1.win64-install.exe'
checksum = '36c8f731caf1838266e9a9c1e68d55b2fe1effb08532b043cd0c328bf9412f26'
checksum64 = '3b12e201dd08271a440e3bb34292dab71a85ee64fdc7b36286890927ba3b72b1'
checksumType = 'sha256'
checksumType64 = 'sha256'
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.2366/gvim_8.2.2366_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2366/gvim_8.2.2366_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2374/gvim_8.2.2374_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2374/gvim_8.2.2374_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: 4A311B1A55A34187D764626A90F0E097D58030FEF6F05C8D75987C174776A576
checksum64: A4FB0D613EA98C9DE508B11498381592079B27283175289F11D34926B230B02D
checksum32: 7EAED86C91E3F6AF991CECABAA08FAB2230B1D06719D008EA3711D4E468243F6
checksum64: E1CF2CF15E4B5708EFFED6D81719F5AFFAD46EA2B2C8A1BA3BDA975DE6CC73BF
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2366_x86.zip"
file64 = "$toolsDir\gvim_8.2.2366_x64.zip"
file = "$toolsDir\gvim_8.2.2374_x86.zip"
file64 = "$toolsDir\gvim_8.2.2374_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2366</version>
<version>8.2.2374</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, 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

0 comments on commit dd0457a

Please sign in to comment.