Skip to content

Commit

Permalink
AU: 2 updated - freecad keeweb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 29, 2020
1 parent 9241710 commit 049dd15
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.18.4.980",
"portable": "0.18.4.980",
"dev": "0.19.0.23074-dev"
"dev": "0.19.0.23141-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>0.19.0.23074-dev</version>
<version>0.19.0.23141-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23074-Win-Conda_vc14.x-x86_64.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.23141-Win-Conda_vc14.x-x86_64.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '7A10807BA71DD092B5CC03FE5B046B511A814A2F52D6A510632DF9A5B4E7DA18'
checksum64 = '6E03555AE638A2BF6213A5304E07CF5551E5DA053F05BA23B38EF1A8F3EE080B'
checksumType64 = 'sha256'
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.15.7</version>
<version>1.16.0</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.15.7>
The installer have been downloaded from the Github release page <https://github.com/keeweb/keeweb/releases/tag/v1.16.0>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.7/KeeWeb-1.15.7.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.15.7/KeeWeb-1.15.7.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.0/KeeWeb-1.16.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.16.0/KeeWeb-1.16.0.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: 5DBAD3A06714FE736691F1F27068211B0E0C55810D5C8C983C4FB6D42136A4D8
checksum64: 4CDBA94FE391BB1A708D2DE25E248D187EAF083D0F92C24DC34163358425994F
checksum32: 71B24E9EEBAED7185363FE798F6C7C26BB97118D4665FA05B763A9262379B8C1
checksum64: 5127888D982E609D683F318738208BFB578532C2AD056E840E3917B69A9F410B

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.15.7.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.15.7.win.x64.exe"
file = "$toolsPath\KeeWeb-1.16.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.16.0.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 049dd15

Please sign in to comment.