Skip to content

Commit

Permalink
AU: 2 updated - gitextensions tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 16, 2022
1 parent 01c22aa commit 9083b64
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions automatic/gitextensions/gitextensions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gitextensions</id>
<version>3.5.4</version>
<version>4.0.1</version>
<title>Git Extensions</title>
<authors>Henk Westhuis</authors>
<owners>chocolatey-community ferventcoder</owners>
<licenseUrl>https://github.com/gitextensions/gitextensions/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://gitextensions.github.io/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a6a2ac897a7b02a2889d5834d0133d7b8464799c/icons/gitextensions.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@a6a2ac897a7b02a2889d5834d0133d7b8464799c/icons/gitextensions.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[## Features
Expand Down Expand Up @@ -40,7 +40,7 @@
<releaseNotes>https://github.com/gitextensions/gitextensions/blob/master/GitUI/Resources/ChangeLog.md</releaseNotes>
<tags>foss cross-platform gitextensions git gui admin</tags>
<projectSourceUrl>https://github.com/gitextensions/gitextensions</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gitextensions</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/gitextensions</packageSourceUrl>
<docsUrl>https://git-extensions-documentation.readthedocs.org/en/latest/</docsUrl>
<mailingListUrl>http://groups.google.com/group/gitextensions</mailingListUrl>
<bugTrackerUrl>http://github.com/gitextensions/gitextensions/issues</bugTrackerUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gitextensions/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
url: <https://github.com/gitextensions/gitextensions/releases/download/v3.5.4/GitExtensions-3.5.4.12724-65f01f399.msi>
url: <https://github.com/gitextensions/gitextensions/releases/download/v4.0.1/GitExtensions-4.0.1.15887-f2567dea2.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 01E4ED009F71A89EB7F707BDA48242FED0458F19A2F2122A2D1F4246F32C403A
checksum: A30A6545EFF8D03A1158454586B27C51F04472D63D71625BD3A06761B41B7161

The included license file have been downloaded from <https://github.com/gitextensions/gitextensions/blob/0a4730ccdf7e36c0078813101a3ee70e825e93ec/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/gitextensions/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Git Extensions*'
fileType = 'msi'
file = "$toolsDir\GitExtensions-3.5.4.12724-65f01f399.msi"
file = "$toolsDir\GitExtensions-4.0.1.15887-f2567dea2.msi"
silentArgs = '/quiet /norestart ADDDEFAULT=ALL REMOVE=AddToPath'
validExitCodes = @(0, 3010, 1641)
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/Tribler/tribler/releases/download/v7.12.0/Tribler_7.12.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.12.0/Tribler_7.12.0_x64.exe'
checksum = 'fd15c64340ffd9ef205309a5a8789e7ce19fc1fdd4bcda84b03b29dc109942cf'
url = 'https://github.com/Tribler/tribler/releases/download/v7.12.1/Tribler_7.12.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.12.1/Tribler_7.12.1_x64.exe'
checksum = '6b86addf1c0f8ae622a9ceb7c00ed786db7caa6cc13f755b59a2280f638d15aa'
checksumType = 'sha256'
checksum64 = 'c13ab7ab75e3706c834ae958a9fd13a3ccfe3f852c98860bcf86a16f3c33d43f'
checksum64 = '8bcdf517d23024ba63d58c1336fb65c3f412f6a36f44719f6583474f9aec91fc'
checksumType64 = 'sha256'
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.12.0</version>
<version>7.12.1</version>
<authors>The Tribler Team</authors>
<owners>chocolatey-community, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit 9083b64

Please sign in to comment.