Skip to content

Commit

Permalink
AU: 11 updated - activepresenter brave calibre chromium git.install g…
Browse files Browse the repository at this point in the history
…it.portable jubler keeweb nodejs.install qbittorrent wps-office-free

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/67f841f0f503625dcfd8b85fc64147f7380abf44
  • Loading branch information
Chocolatey committed Nov 11, 2019
1 parent 92795a8 commit 629a3bd
Show file tree
Hide file tree
Showing 35 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion automatic/activepresenter/activepresenter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>activepresenter</id>
<title>Active Presenter</title>
<version>7.5.9</version>
<version>7.5.10</version>
<authors>Atomi Systems</authors>
<owners>chocolatey</owners>
<summary>Screen Recording and Interactive eLearning Authoring Tool</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/activepresenter/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. Go to

x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.9_setup.exe
x32: https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.10_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: 5EC30C6F2FB29B0772878C751775D48E1C749CBC4E6CB09B87A5C594E9AC6B26
checksum32: C7AB0CF74EC0C39B106B7B0742E4F50C328E8DC42FD3ECC681A8B305F9DBA9AF

Using AU:

Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.9_setup.exe
Get-RemoteChecksum https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.10_setup.exe
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "0.71.111",
"beta": "0.72.121-beta"
"stable": "0.71.114",
"beta": "0.72.123-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>0.72.121-beta</version>
<title>Brave Browser (Beta)</title>
<version>0.71.114</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/v0.72.121/BraveBrowserSilentBetaSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.72.121/BraveBrowserSilentBetaSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v0.71.114/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v0.71.114/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: 4C0D1CCE30744A3F92A746F8DC245C6EDAAC747AC384F94F9405E304809E5CE5
checksum64: F85F7C71E0CA740079F8F3E7D5BF25106083D8B885BE5D50474617C8D7D7FCB8
checksum32: 4F6E3949F9A1F0533B784FF275DD6340D7176C8182A92ED9DB9AF3426926BE0C
checksum64: 307E3CDF5F1EAE936D5095DD6CCE1165C63F3D088812009FA1AF5769ED7F816A

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

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

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>4.2.0</version>
<version>4.3.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/4.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/4.2.0/calibre-4.2.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.2.0/calibre-64bit-4.2.0.msi>
32-Bit software: <https://download.calibre-ebook.com/4.3.0/calibre-4.3.0.msi>
64-Bit software: <https://download.calibre-ebook.com/4.3.0/calibre-64bit-4.3.0.msi>
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: 12B8A4E741B54402F8107250701D3EFB6884D62A2D12F1704AD79A96BD816C04
checksum64: 9F94E7B944AD3B28EF48F59D17212F89650E89A4CA9CE6DEAF530981F0117930
checksum32: 094B5E95C5734B8A23A424056A45B9D1A36111B4C75A30C4BD7186935AB6A369
checksum64: 4AAC664D2C1EC4744D4EF6D46426EBC4F5943121114CA1B71246917DE8E5C86E

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-4.2.0.msi"
file64 = "$toolsPath\calibre-64bit-4.2.0.msi"
file = "$toolsPath\calibre-4.3.0.msi"
file64 = "$toolsPath\calibre-64bit-4.3.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
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": "80.0.3962.0-snapshots",
"snapshots": "80.0.3965.0-snapshots",
"stable": "75.0.3770.142"
}
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>80.0.3962.0-snapshots</version>
<version>80.0.3965.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/712896/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/712901/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/714180/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/714177/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: 04063DD012FED66ECA9BE1EA847C35E690C44E8250FDA6F18E6759023628FCB1
checksum64: 3765CFE11449261F82C90A6B03617A6173406CB2873756A022889280802E5D5B
checksum32: 48F10A81B55260C69D0A60FD6F1B2863D0554839DEBF44E802D8DAD6001DE5B2
checksum64: 4E9E3F2D81B55DCE8FE4C98B6956D3B8F59BBD50AC76D48C473D40D86450CE8B

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 = "80.0.3962.0-snapshots"
$version = "80.0.3965.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/git.install/git.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.install</id>
<title>Git (Install)</title>
<version>2.24.0</version>
<version>2.24.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.1/Git-2.24.0-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.1/Git-2.24.0-64-bit.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/Git-2.24.0.2-32-bit.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/Git-2.24.0.2-64-bit.exe>
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:
checksum32: 82818E6CDA4A264B2ECB51A9553B655011E7E6E333D0727C57AA4373848045D8
checksum64: CC3D151BCB5A30382D6E08B0E93F2370FD4B4DEBE81905E2008019C9D748F0FC
checksum32: 45D094E1AD96D40DE0900B09B57213316FB986476413C3F7049761DD3AC82392
checksum64: AF679D8B3DBEB84C95C6C7F3BE2F200A58D85201552CA0594FB7A3F4EE99CB38

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Set-InstallerRegistrySettings $pp

Stop-GitSSHAgent

$fileName32 = 'Git-2.24.0-32-bit.exe'
$fileName64 = 'Git-2.24.0-64-bit.exe'
$fileName32 = 'Git-2.24.0.2-32-bit.exe'
$fileName64 = 'Git-2.24.0.2-64-bit.exe'
$packageArgs = @{
PackageName = 'git.install'
FileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.24.0</version>
<version>2.24.0.2</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.1/PortableGit-2.24.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.1/PortableGit-2.24.0-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/PortableGit-2.24.0.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.2/PortableGit-2.24.0.2-64-bit.7z.exe>
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:
checksum32: E71F2852F6A8E8C4E802C055BA95510572A338FE7914E0A40C4F0564C80B2C69
checksum64: DA1480896CF5A18B99B7BCEA4B7E7E0FC9C9A1A521FE4C5DF03DB850381BB5E7
checksum32: 6AC4761E2711CB584F2DF1FBC27B677A03C745CFEF0BAE55604BC27A5C26D68B
checksum64: 353D0E1566D8897CB7AFE2F6F9088BAC17182CA43416FEADEC1C16F5C3BB9E0F

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
2 changes: 1 addition & 1 deletion automatic/jubler/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a8fa14d8c3ca49fd8bd8f856d9091b1a9103ada1/icons/jubler.png" width="48" height="48"/> [jubler](https://chocolatey.org/packages/jubler)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a8fa14d8c3ca49fd8bd8f856d9091b1a9103ada1/icons/jubler.png" width="48" height="48"/> [jubler](https://chocolatey.org/packages/jubler)


Jubler is a tool to edit text-based subtitles. It can be used as an authoring software for new subtitles or as a tool to convert, transform, correct and refine existing subtitles. The most popular subtitle formats can be used. Preview of the subtitles in realtime or in design time, spell checking, translation mode and styles editing are some of the main features.
Expand Down
6 changes: 3 additions & 3 deletions automatic/jubler/jubler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>jubler</id>
<version>6.0.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/jubler</packageSourceUrl>
<version>7.0.0-alpha1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/jubler</packageSourceUrl>
<owners>chocolatey, AdmiringWorm</owners>
<title>Jubler Subtitle Editor</title>
<authors>Panayotis Katsaloulis</authors>
<projectUrl>http://www.jubler.org/index.html</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/a8fa14d8c3ca49fd8bd8f856d9091b1a9103ada1/icons/jubler.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a8fa14d8c3ca49fd8bd8f856d9091b1a9103ada1/icons/jubler.png</iconUrl>
<copyright>(C) 2005-2018 Panayotis Katsaloulis</copyright>
<licenseUrl>https://github.com/teras/Jubler/blob/master/LICENCE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
8 changes: 4 additions & 4 deletions automatic/jubler/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <http://www.jubler.org/download.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/teras/Jubler/releases/download/6.0.2/Jubler-6.0.2.32.exe>
64-Bit software: <https://github.com/teras/Jubler/releases/download/6.0.2/Jubler-6.0.2.64.exe>
32-Bit software: <https://github.com/teras/Jubler/releases/download/v7.0.0-alpha1/Jubler-7.0.0-alpha1.32.exe>
64-Bit software: <https://github.com/teras/Jubler/releases/download/v7.0.0-alpha1/Jubler-7.0.0-alpha1.64.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: 320ACB5D165B2EBC81A3665D8AB7B9C67840F6C5573B5D88490DBEC4A58BB9BA
checksum64: AC25DD45978097B97224D2537C06090E1A7BDA1DAA3F5F0ACD09E2B6A795FB21
checksum32: 8EC43A2A18718B68AAC2AED0A651663107585BF87018808F38FF51F6E54E826A
checksum64: E23739FD19E0AF5AC1E71CBE4467019F0AF13B9F76EE6D64D42AFEF5B2B6DCBF

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/jubler/code/ci/jubler/tree/LICENCE?format=raw>
4 changes: 2 additions & 2 deletions automatic/jubler/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\6.0.exe"
file64 = "$toolsPath\6.0.exe"
file = "$toolsPath\Jubler-7.0.0-alpha1.32.exe"
file64 = "$toolsPath\Jubler-7.0.0-alpha1.64.exe"
softwareName = 'Jubler subtitle editor'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.12.2</version>
<version>1.12.3</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.2/KeeWeb-1.12.2.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.2/KeeWeb-1.12.2.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.x64.exe>
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
checksum32: 71A7E5A1E781E854618473E259E2BCDAA42DD84A973B5A9D70A87C51EC910AF4
checksum64: 61505CAE509ECF3C3FC8E70E3E926C4ED619FFDED98D9833952379FF23B8FD2C
checksum32: F7F8AE5F204B445B9DCEA875CE4A329765064012204C3B9B4CFEB4EED862850C
checksum64: 6629E98C27690D71B9B69134C8A266D0517953E1AA1268F50A6E4E39065E55ED

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.12.2.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.2.win.x64.exe"
file = "$toolsPath\KeeWeb-1.12.3.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.12.3.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v13.0.1/node-v13.0.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v13.0.1/node-v13.0.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v13.1.0/node-v13.1.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v13.1.0/node-v13.1.0-x64.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
checksum32: 1A8B0541C2BB655AB9D2CE8FB30E749D54A631D3A71CF3A16C0F5D000D1B1900
checksum64: 46E19C21728428C7BABA7306FE9D4EFF079C50C1399C08D9621E310B37FAE741
checksum32: 7F56FA7350EAF0DA6D33B24578A281E8D759A9344E5C8EA851EA541EAEBB94FE
checksum64: 22EC0BE47B0F3F5F163F82E18C01DF456921F39B756EE4A828534264B06D0FE6

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"12": "12.13.0",
"5": "5.12.0",
"7": "7.10.1",
"13": "13.0.1"
"13": "13.1.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>13.0.1</version>
<version>13.1.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v13.0.1-x86.msi"
$filePath64 = "$toolsPath\node-v13.0.1-x64.msi"
$filePath32 = "$toolsPath\node-v13.1.0-x86.msi"
$filePath64 = "$toolsPath\node-v13.1.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/qbittorrent/qbittorrent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qbittorrent</id>
<title>qBittorrent</title>
<version>4.1.9</version>
<version>4.1.9.1</version>
<authors>Christophe Dumez</authors>
<owners>chocolatey,nconrads</owners>
<summary>qBittorrent is a free software cross-platform BitTorrent client GUI written with Qt4.</summary>
Expand Down

0 comments on commit 629a3bd

Please sign in to comment.