Skip to content

Commit

Permalink
AU: 5 updated - autohotkey autohotkey.install autohotkey.portable bra…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 30, 2020
1 parent be368d1 commit b8bce75
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.install/autohotkey.install.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>autohotkey.install</id>
<version>1.1.32.00</version>
<version>1.1.33.00</version>
<title>AutoHotkey (Install)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
x32: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.00/AutoHotkey_1.1.33.00_setup.exe
x64: https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.00/AutoHotkey_1.1.33.00_setup.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: CE505D272F8D36C5599AC81F005E1D2D586EEAAA778C779AD858E44FDADFDB0D
checksum64: CE505D272F8D36C5599AC81F005E1D2D586EEAAA778C779AD858E44FDADFDB0D
checksum32: 32E551B5638F905C976E1AE563597CBD53788660387B970BF77842DBB0D8FD36
checksum64: 32E551B5638F905C976E1AE563597CBD53788660387B970BF77842DBB0D8FD36

Using AU:

Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
Get-RemoteChecksum https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.00/AutoHotkey_1.1.33.00_setup.exe

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.32.00",
"1.1": "1.1.33.00",
"2.0": "2.0-a112"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.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>autohotkey.portable</id>
<version>2.0-a112</version>
<version>1.1.33.00</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.zip
x32: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.00.zip
x64: https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.00.zip

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: 123354B8881F162D06F9CA5F43E9E745D543DC0D4A478FE0E1AF7D2E443B68D9
checksum64: 123354B8881F162D06F9CA5F43E9E745D543DC0D4A478FE0E1AF7D2E443B68D9
checksum32: F2EB15D2A37C0A7690ED011D43B15295390AA84B4A93ECFD629879D618B180C5
checksum64: F2EB15D2A37C0A7690ED011D43B15295390AA84B4A93ECFD629879D618B180C5

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a112-48ab0f69.zip
Get-RemoteChecksum https://autohotkey.com/download/1.1//AutoHotkey_1.1.33.00.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a112-48ab0f69.zip'
$fileName = 'AutoHotkey_1.1.33.00.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
4 changes: 2 additions & 2 deletions automatic/autohotkey/autohotkey.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>autohotkey</id>
<version>1.1.32.00</version>
<version>1.1.33.00</version>
<title>AutoHotkey</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down Expand Up @@ -37,7 +37,7 @@
<releaseNotes></releaseNotes>
<tags>automation hotkeys scripting windows foss admin</tags>
<dependencies>
<dependency id="autohotkey.install" version="1.1.32.00" />
<dependency id="autohotkey.install" version="1.1.33.00" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/autohotkey</packageSourceUrl>
<projectSourceUrl>https://github.com/Lexikos/AutoHotkey_L</projectSourceUrl>
Expand Down
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.10.97",
"beta": "1.11.77-beta"
"beta": "1.11.83-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.11.77-beta</version>
<version>1.11.83-beta</version>
<title>Brave Browser (Beta)</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.
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.11.77/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.77/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.11.83/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.11.83/BraveBrowserSilentBetaSetup.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: DA0E899EEA24170EE7CE1B51E9C075520CBEA0F37A65432958226B88E603ED1B
checksum64: CC38403F4A60130790711FFE1B5D3267AE53763B661AF3199668B1191FC2C89A
checksum32: 35675C3FCFBDFF49B75E53963C14E6BA7D202D2FF878EA76C88C4176AE99F1B5
checksum64: 0927A180BCBA026F145747D42BE9FC581AEB2E43CC56B61F1002ECD37544E6CC

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.11.77'
[version]$softwareVersion = '1.11.83'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 3 additions & 1 deletion automatic/gnucash/gnucash.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"3.6": "3.6",
"3.7": "3.7",
"3.9": "3.9",
"3.10": "3.10"
"3.10": "3.10",
"3.11": "3.11",
"4.0": "4.0"
}
7 changes: 3 additions & 4 deletions automatic/gnucash/gnucash.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>gnucash</id>
<version>3.10</version>
<version>4.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/gnucash</packageSourceUrl>
<owners>chocolatey</owners>
<title>GnuCash</title>
Expand All @@ -20,15 +20,15 @@
<tags>gnucash admin financial accounting foss cross-platform</tags>
<summary>Financial accounting software</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
*GnuCash* is personal and small-business financial-accounting softwre,
<description><![CDATA[*GnuCash* is personal and small-business financial-accounting software,
freely licensed under the [GNU](http://www.gnu.org/) GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.
Designed to be easy to use, yet powerful and flexible, *GnuCash* allows you to track bank accounts, stocks, income and expenses.
As quick and intuitive to use as a checkbook register,
it is based on professional accounting principles to ensure balanced books and accurate reports.
## Features
* Double-Entry accounting
* Stock/Bond/Mutual Fund Accounts
* Small-Business Accounting
Expand All @@ -37,7 +37,6 @@ it is based on professional accounting principles to ensure balanced books and a
* Scheduled Transactions
* Financial Calculations
* and [more](https://www.gnucash.org/features.phtml)
]]></description>
<releaseNotes>
[Software Changelog](http://www.gnucash.org/#newscontainer)
Expand Down
6 changes: 3 additions & 3 deletions automatic/gnucash/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ 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://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.10/>
location on <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.0/>
and can be verified by doing the following:

1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.10/gnucash-3.10.setup.exe/download>
1. Download the following <https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.0/gnucash-4.0.setup.exe/download>
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: 5E9EEC7694CC6BDF26F143C9B5239AA520D781A58F545D1645539596D984A441
checksum: 66DAE273935F57714EE36E0B761F00F63F3802598752B9CC02B568A0A07D2032

The file 'LICENSE.txt' has been obtained from <https://github.com/Gnucash/gnucash/blob/7a0f0d57c809a2177d015ad4a961e2b1d34dfee6/LICENSE>
2 changes: 1 addition & 1 deletion automatic/gnucash/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\gnucash-3.10.setup.exe"
file = "$toolsPath\gnucash-4.0.setup.exe"

softwareName = 'GnuCash*'

Expand Down

0 comments on commit b8bce75

Please sign in to comment.