Skip to content

Commit

Permalink
AU: 4 updated - chromium InkScape tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 15, 2022
1 parent b8888b5 commit 700ca9a
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "105.0.5180.0-snapshots",
"snapshots": "105.0.5181.0-snapshots",
"stable": "103.0.5060.114"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>105.0.5180.0-snapshots</version>
<version>105.0.5181.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1024240/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1024234/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1024388/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1024411/mini_installer.exe>
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
checksum32: 78FEF7C0746843C85D6746B880985EDA762D57FC37914A8667AFAC84F917DE7A
checksum64: A66E3DA1BBA0D6A922D14C28EC273C180FC8D8BC44D7F282E433AAB976CFC4FB
checksum32: 85BEDEAC1FE840669AA929C1DAB9415690EEDF499CE8CB14A52C96F03C50A31D
checksum64: 652E42E21D487A6D40867845D43D6B4FE1805132145175D567B81949B4DCA759

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "105.0.5180.0-snapshots"
$version = "105.0.5181.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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.2</version>
<version>1.2.1</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.2/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-1.2.1/#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-packages/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.2/windows>
location on <https://inkscape.org/release/inkscape-1.2.1/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/33463/inkscape-1.2_2022-05-15_dc2aedaf03-x64.msi>
64-Bit software: <https://inkscape.org/gallery/item/34668/inkscape-1.2.1_2022-07-14_9c6d41e410-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: C81428DC515730667F4B9C891A0CC48A181F8114A550C1F76A1B913A4CC746F7
checksum64: 695B2112C75069115C778EBC7D14E37B7853D9D8F18BD94082AF8AFF8BF81B1C

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/33460/inkscape-1.2_2022-05-15_dc2aedaf03-x86.msi'
checksum = '8EF163F3EC568EFE54959623A172CBAE22DE91B05713907DB54E373F289E5CD8'
url = 'https://inkscape.org/gallery/item/34671/inkscape-1.2.1_2022-07-14_9c6d41e410-x86.msi'
checksum = 'D6FE8ACB537C65274F296A916E03FC02C82FF900A5E3EEB3FFEB013AF706D4B9'
checksumType = 'sha256'
file64 = "$toolsPath\inkscape-1.2_2022-05-15_dc2aedaf03-x64.msi"
file64 = "$toolsPath\inkscape-1.2.1_2022-07-14_9c6d41e410-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.2') {
if ($key[0].DisplayVersion -eq '1.2.1') {
Write-Host "Software already installed"
return
}
Expand Down

0 comments on commit 700ca9a

Please sign in to comment.