Skip to content

Commit

Permalink
AU: 2 updated - chromium InkScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 17, 2022
1 parent 6e7c0d4 commit 0f4290f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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": "104.0.5066.0-snapshots",
"snapshots": "104.0.5067.0-snapshots",
"stable": "101.0.4951.67"
}
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>104.0.5066.0-snapshots</version>
<version>104.0.5067.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/1003660/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1003636/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1003867/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1003925/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: 2DA4C0D0726A72921BCA6D4E2164D787623A5A45882F5B2464B1FE7DB6A858CA
checksum64: 2494FC30C21D76F25D84B675B5C5FEE1C21AA265055F8DA118847AFDB3AD8177
checksum32: 42F26745D826328E7F79BB745BDB70541FB969AD9073394E4666E692BF6D1A48
checksum64: 5B00AA96544B41A0B971CB6E589FB8C5D7F6C7B3700B9C4BBCD42E0C2853175C

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 = "104.0.5066.0-snapshots"
$version = "104.0.5067.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.1.2</version>
<version>1.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.1.2/#left-column</releaseNotes>
<releaseNotes>https://inkscape.org/release/inkscape-1.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-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.1.2/windows>
location on <https://inkscape.org/release/inkscape-1.2/windows>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://inkscape.org/gallery/item/31676/inkscape-1.1.2_2022-02-04_0a00cf5339-x64.msi>
64-Bit software: <https://inkscape.org/gallery/item/33463/inkscape-1.2_2022-05-15_dc2aedaf03-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: E06BE0CB2A585E841F08A9EFCF05EA3CAC968892D549AFAC8D940A89172E7A72
checksum64: C81428DC515730667F4B9C891A0CC48A181F8114A550C1F76A1B913A4CC746F7

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

0 comments on commit 0f4290f

Please sign in to comment.