Skip to content

Commit

Permalink
AU: 2 updated - keeweb librecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 31, 2020
1 parent e61e854 commit 5f0e8eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
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.16.6</version>
<version>1.16.7</version>
<authors>antelle</authors>
<owners>chocolatey-community,wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/keeweb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.6>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.7>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.6/KeeWeb-1.16.6.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.6/KeeWeb-1.16.6.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.7/KeeWeb-1.16.7.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.7/KeeWeb-1.16.7.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: 6369F1E21D015B8823392C6E2C2C7C17629F29ED856C60FF6B737E27E97A9928
checksum64: A9A5F85208352675D1F8800431BA9B181F4F6F58C4086F8077F090EBF94454AB
checksum32: 283E7FF23B76D7B84CD7368D5B32D16B34F58E42B4652BE8F3BD86742B1BBB39
checksum64: 821B725012815EC8A6E7461A1A902EC9498B58DB7ACB36ED1122330063832B88

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/62ea631269794ca6f91d6ad3dc3a5e2fb12f1b6a/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.16.6.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.6.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.7.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.7.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/librecad/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/edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg" height="48" width="48" /> ![LibreCAD](https://img.shields.io/chocolatey/v/librecad.svg?label=LibreCAD&style=for-the-badge)](https://chocolatey.org/packages/librecad)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg" height="48" width="48" /> ![LibreCAD](https://img.shields.io/chocolatey/v/librecad.svg?label=LibreCAD&style=for-the-badge)](https://chocolatey.org/packages/librecad)


LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers.
Expand Down
4 changes: 2 additions & 2 deletions automatic/librecad/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/LibreCAD/LibreCAD/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc1/LibreCAD-Installer-2.2.0-rc1.exe>
1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc2/LibreCAD-Installer-2.2.0-rc2.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
checksum: 3292EE933884B6877CD20C5686230DA31F4E7CF29FCDEFB899C407CC5634877D
checksum: A992AA5548121679A66F1F26A3F219FF00E52E4881C4D1DB04CEDDFC1D3CA013

The file 'LICENSE.txt' has been obtained from <https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/librecad/librecad.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"2.2": "2.2.0-rc1"
"2.2": "2.2.0-rc2"
}
6 changes: 3 additions & 3 deletions automatic/librecad/librecad.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>librecad</id>
<version>2.2.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/librecad</packageSourceUrl>
<version>2.2.0-rc2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/librecad</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>LibreCAD</title>
<authors>LibreCAD community</authors>
<projectUrl>http://librecad.org/cms/home.html</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/librecad.svg</iconUrl>
<copyright>What is the copyright</copyright>
<licenseUrl>https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion automatic/librecad/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\LibreCAD-Installer-2.2.0-rc1.exe"
file = "$toolsPath\LibreCAD-Installer-2.2.0-rc2.exe"
softwareName = 'LibreCAD'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 5f0e8eb

Please sign in to comment.