Skip to content

Commit

Permalink
AU: 3 updated - chromium clipgrab reshack
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 14, 2020
1 parent 7c5225c commit 5d49a84
Show file tree
Hide file tree
Showing 10 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": "89.0.4325.0-snapshots",
"snapshots": "89.0.4326.0-snapshots",
"stable": "86.0.4240.198"
}
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>89.0.4325.0-snapshots</version>
<version>89.0.4326.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/827203/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/827203/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/827587/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/827589/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: D0174209456AB0DF650224B4BAF61B1E3ECA58768A205A9D628E7B6A3EAD286F
checksum64: 2CB28BDDBE43F2B96D851B37622AE365B0FA8C29DD023328BC6AD23FCE5968A6
checksum32: 5D6D007C2A4B37AB90A2EC35713BF8696C0CCBA00A3B407A4E5460463B0FD450
checksum64: 72EA4B9860F84824F5A763D664190925149D0722692B95B53AD963C73CA151FD

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 = "89.0.4325.0-snapshots"
$version = "89.0.4326.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.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>clipgrab</id>
<version>3.8.15</version>
<version>3.9.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Clipgrab</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://clipgrab.org/>
and can be verified by doing the following:

1. Download the following <https://download.clipgrab.org/clipgrab-3.8.15-portable.exe>
1. Download the following <https://download.clipgrab.org/clipgrab-3.9.1-portable.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
checksum: 2A27FF8C7E22F72C014C8C71FFD6157F51520B422EFAF9AB25AAEAB5399E2619
checksum: E2DF5A6962C223E1B94A5E384CB967F24B955FBD41D9B594FCB5F52A4D3037FF

The file 'LICENSE.txt' has been obtained from the source tarball located
on their project page.
2 changes: 1 addition & 1 deletion automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\clipgrab-3.8.15-portable.exe"
file = "$toolsPath\clipgrab-3.9.1-portable.exe"
softwareName = 'ClipGrab*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/reshack/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@da1a06bf2e600442203ca66680b1d1539002b813/icons/reshack.png" width="48" height="48"/> [reshack](https://chocolatey.org/packages/reshack)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@da1a06bf2e600442203ca66680b1d1539002b813/icons/reshack.png" width="48" height="48"/> [reshack](https://chocolatey.org/packages/reshack)


Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit and 64bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on all (Win95 - Win7) Windows operating systems.
Expand Down
2 changes: 1 addition & 1 deletion automatic/reshack/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 46431DDF68FD664B0F58DFB1625A52936AF3BA48EE340CC05D89346024DD6601
checksum32: BA12069447AD292FDB1724961AE7589F1FC3774DAEFFF9DB71CB6CFD3B6B4067

File 'License.txt' is created by copying paragraph of text from:
http://www.angusj.com/resourcehacker
6 changes: 3 additions & 3 deletions automatic/reshack/reshack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>reshack</id>
<title>Resource Hacker</title>
<version>5.1.7</version>
<version>5.1.8</version>
<authors>Angus Johnson</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit and 64bit Windows executables and resource files.</summary>
Expand All @@ -26,12 +26,12 @@ Resource Hacker is a freeware utility to view, modify, rename, add, delete and e
<copyright></copyright>
<licenseUrl>http://www.angusj.com/resourcehacker/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@da1a06bf2e600442203ca66680b1d1539002b813/icons/reshack.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@da1a06bf2e600442203ca66680b1d1539002b813/icons/reshack.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.1" />
</dependencies>
<releaseNotes></releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/reshack</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/reshack</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit 5d49a84

Please sign in to comment.