Skip to content

Commit

Permalink
AU: 2 updated - fontforge kmymoney
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 1, 2023
1 parent 6045584 commit 915f033
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/fontforge/fontforge.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>fontforge</id>
<version>2022.03.08</version>
<version>2023.01.01</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/fontforge</packageSourceUrl>
<owners>chtof</owners>
<title>FontForge</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/fontforge/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. Download:

x32: https://github.com/fontforge/fontforge/releases/download/20220308/FontForge-2022-03-08-Windows.exe
x64: https://github.com/fontforge/fontforge/releases/download/20220308/FontForge-2022-03-08-Windows.exe
x32: https://github.com//fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-Windows.exe
x64: https://github.com//fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-Windows.exe

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

checksum type: sha256
checksum32: 6949074973D662020E5BF44E55DBD49CA695CA15399154F1B9687B4D0C2D2C76
checksum64: 6949074973D662020E5BF44E55DBD49CA695CA15399154F1B9687B4D0C2D2C76
checksum32: FC6EB57495E737025EFB37AD6F1EFFAD7FEF47F19A8A5F2656705687E4F43162
checksum64: FC6EB57495E737025EFB37AD6F1EFFAD7FEF47F19A8A5F2656705687E4F43162

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/fontforge/fontforge/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/fontforge/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsDir\FontForge-2022-03-08-Windows.exe"
file = "$toolsDir\FontForge-2023-01-01-Windows.exe"
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/kmymoney/kmymoney.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>kmymoney</id>
<version>5.1.1634</version>
<version>5.1.1635</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kmymoney</packageSourceUrl>
<owners>chtof</owners>
<title>KMyMoney</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kmymoney/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $packageName= 'kmymoney'

$packageArgs = @{
packageName = $packageName
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1634-windows-cl-msvc2019-x86_64.exe'
url64 = 'https://binary-factory.kde.org/job/KMyMoney_Release_win64/lastSuccessfulBuild/artifact/kmymoney-5.1-1635-windows-cl-msvc2019-x86_64.exe'

checksumType = 'sha256'
checksum64 = '9d1622d35cb3601b0fd50182efa7d25a6e407cd091ae2c8753649a3fd93b7b5f'
checksum64 = 'd6d0e99a7b976fad2158ed1d2c3e85c09d64b992ad8848e47528e82bcd7e8886'
checksumType64 = 'sha256'

silentArgs = '/S'
Expand Down

0 comments on commit 915f033

Please sign in to comment.