Skip to content

Commit

Permalink
AU: 1 updated - gitextensions.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 8, 2021
1 parent 2376b16 commit a73df60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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>gitextensions.portable</id>
<version>3.5.1</version>
<version>3.5.2</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/gitextensions.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Git Extensions (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/gitextensions.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/gitextensions/gitextensions/releases/download/v3.5.1/GitExtensions-Portable-3.5.1.12196-9099a1e76.zip
x64: https://github.com/gitextensions/gitextensions/releases/download/v3.5.1/GitExtensions-Portable-3.5.1.12196-9099a1e76.zip
x32: https://github.com/gitextensions/gitextensions/releases/download/v3.5.2/GitExtensions-Portable-3.5.2.12435-77413699a.zip
x64: https://github.com/gitextensions/gitextensions/releases/download/v3.5.2/GitExtensions-Portable-3.5.2.12435-77413699a.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'

checksum type: sha256
checksum32: B7F32C91ECBAEFE40DE70B313013336582DD3230BB58326B13353B0EE9703BC8
checksum64: B7F32C91ECBAEFE40DE70B313013336582DD3230BB58326B13353B0EE9703BC8
checksum32: 7C0638D7D441E2B8C73FF97BAA818AD243E047E81679043F08EDB8AD614C93AC
checksum64: 7C0638D7D441E2B8C73FF97BAA818AD243E047E81679043F08EDB8AD614C93AC

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/gitextensions/gitextensions/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file = "$toolsDir\GitExtensions-Portable-3.5.1.12196-9099a1e76.zip"
file = "$toolsDir\GitExtensions-Portable-3.5.2.12435-77413699a.zip"
}

# Prevent chocolatey from creating shims for supplementary executables
Expand Down

0 comments on commit a73df60

Please sign in to comment.