Skip to content

Commit

Permalink
AU: 2 updated - freecad kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 22, 2023
1 parent 0f43ee0 commit 673fa85
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.20.2.1",
"portable": "0.20.2.1",
"dev": "31625.2023.1.19-dev"
"dev": "31641.2023.1.22-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>31625.2023.1.19-dev</version>
<version>31641.2023.1.22-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-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31625-2023-01-19-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31641-2023-01-22-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'DF60EFE2487D92292AA65D88A10A7D34AA42546B28DCDC6B44D4B6BCDF42FA93'
checksum64 = '08997C52F12D2B7A2203C9D6FA7E8FA18D8E224A6C9159A7D66B790B5A6E9AEA'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/kitty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>kitty</id>
<version>0.76.1.2</version>
<version>0.76.1.3</version>
<title>KiTTY</title>
<authors>Cyril Dupont</authors>
<owners>chocolatey-community, Andre-Patrick Bubel, Miodrag Milic</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kitty/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.2/kitty-bin-0.76.1.2.zip
1. Download the zip file: https://github.com/cyd01/KiTTY/releases/download/v0.76.1.3/kitty-bin-0.76.1.3.zip

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

SHA256: 8760a7058e58f578e2ded77b061cf9aa838d790a7167c8e408a0f1d46e95f66c
SHA256: 842c423fcf5d67be29ad415e46e54fd7fe0cb6ac82be9538d04e4a87c361205d

Using AU:

Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.2/kitty-bin-0.76.1.2.zip
Get-RemoteChecksum https://github.com/cyd01/KiTTY/releases/download/v0.76.1.3/kitty-bin-0.76.1.3.zip

File 'LICENSE.TXT' is obtained from:
https://raw.githubusercontent.com/cyd01/KiTTY/master/LICENCE.TXT
Expand Down
2 changes: 1 addition & 1 deletion automatic/kitty/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ StopProcesses

$packageArgs = @{
PackageName = 'kitty'
FileFullPath = "$toolsPath\kitty-bin-0.76.1.2.zip"
FileFullPath = "$toolsPath\kitty-bin-0.76.1.3.zip"
Destination = $toolsPath
}

Expand Down

0 comments on commit 673fa85

Please sign in to comment.