Skip to content

Commit

Permalink
AU: 4 updated - brave gpg4win winscp winscp.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 24, 2020
1 parent 894c4db commit a7202bd
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.11.97",
"stable": "1.11.101",
"beta": "1.12.98-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.12.98-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.11.101</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,10 +14,10 @@
## Notes
* Beta is an early preview for new versions of Brave. This build showcases the newest advances and it’s ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you’d like.
* This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca30653/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.12.98/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.12.98/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.11.101/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.101/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 9D128CF5B52B6302B48053FB538FAE01EA951B46AAD1B0CFCDAB249282188CCB
checksum64: 0B852253705209B7760A30F43B53822ACF5E20B8542785A1ADA6D1120214D419
checksum32: 94B9E9B00D5DECB478B2E863C7F885A708259E1A74F68454A831EE83A8CBB5A6
checksum64: D861582F221260C238C51836F935FA8BE7D601FAF334C44ECA6FCAE215DDF3A8

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\BraveBrowserSilentBetaSetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
file = "$toolsPath\BraveBrowserStandaloneSilentSetup32.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.12.98'
[version]$softwareVersion = '1.11.101'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/gpg4win/gpg4win.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>gpg4win</id>
<version>3.1.11</version>
<version>3.1.12</version>
<title>Gpg4win</title>
<authors>g10 Code GmbH</authors>
<owners>chocolatey, dtgm</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gpg4win/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://files.gpg4win.org/gpg4win-3.1.11.exe
x32: https://files.gpg4win.org/gpg4win-3.1.12.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 156DE9F3F50BB5A42B207AF67AE4EBCB2D10A7AAF732149E9C468EAF74CE7FFC
checksum32: 1C903FC5CDF3E72A7DE0962B8C4530A6E0ECDF63BDA55CC54AA6B1B9036F6C5B

File 'license.txt' is obtained from:
https://www.gpg4win.org/license.html
2 changes: 1 addition & 1 deletion automatic/gpg4win/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if ($pp['Config']) {
}

Install-ChocolateyInstallPackage @packageArgs
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { touch "$_.ignore" '' }}
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { New-Item -ItemType File -Path "$_.ignore" '' }}
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.17.6/WinSCP-5.17.6-Setup.exe/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.17.7/WinSCP-5.17.7-Setup.exe/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 8BC805B88336D205F6759A83040AAEFE5EDDF640B24A642A2C1D29D5C38B3F5E
checksum32: A2E3ADDDDBD37F2869B136775BADA6249538F20553A8AA6006E7828669A4F77B

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.install</id>
<version>5.17.6</version>
<version>5.17.7</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.6-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.7-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/winscp/winscp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp</id>
<version>5.17.6</version>
<version>5.17.7</version>
<title>WinSCP</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.6-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.17.7-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://github.com/winscp/winscp</projectSourceUrl>
Expand All @@ -42,7 +42,7 @@
<mailingListUrl>https://winscp.net/forum/index.php</mailingListUrl>
<bugTrackerUrl>https://winscp.net/tracker/</bugTrackerUrl>
<dependencies>
<dependency id="winscp.install" version="[5.17.6]" />
<dependency id="winscp.install" version="[5.17.7]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit a7202bd

Please sign in to comment.