Skip to content

Commit

Permalink
AU: 3 updated - klayout myfamilytree seppdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 23, 2022
1 parent f1787bd commit ae446c0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/klayout/klayout.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>klayout</id>
<version>0.28</version>
<version>0.28.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/klayout</packageSourceUrl>
<owners>chtof</owners>
<title>KLayout</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/klayout/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.klayout.org/downloads/Windows/klayout-0.28-win32-install.exe'
checksum = 'ff8eab99db91db0cde3a8b8483f04ec3d69f980ae56a600278ed77b47f858bbe'
url = 'https://www.klayout.org/downloads/Windows/klayout-0.28.1-win32-install.exe'
checksum = '71828bca67ad23a2b7e2c96a046be0bd0a999b6fab97b44d9c8f13324eff9132'
checksumType = 'sha256'

url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.28-win64-install.exe'
checksum64 = '5386a4fa1ffd2443b19e802a3f411f1182d88b7ca622c2acc99596628c548584'
url64 = 'https://www.klayout.org/downloads/Windows/klayout-0.28.1-win64-install.exe'
checksum64 = '4e5ed6f80c3600b47b549673a532c4779ffee9d75acc62fa22fe88f58d92a682'

checksumType64= 'sha256'

Expand Down
4 changes: 2 additions & 2 deletions automatic/myfamilytree/myfamilytree.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>myfamilytree</id>
<version>12.2.0.0</version>
<version>12.4.0.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/myfamilytree</packageSourceUrl>
<owners>chtof</owners>
<title>My Family Tree</title>
Expand Down Expand Up @@ -73,7 +73,7 @@ Advanced date input with full support for partial dates, date ranges and text on
<releaseNotes>https://chronoplexsoftware.com/myfamilytree/updates/versionhistory.htm</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.6" />
<dependency id="myfamilytree-languagepack" version="[12.2.0.0]" />
<dependency id="myfamilytree-languagepack" version="[12.4.0.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/myfamilytree/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
filetype = 'msi'

url = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree12.2.0.0.msi'
checksum = '76f9406bc09d488f936ee84be490979df257cb9b672c32fb3af8dda3c4e0f177'
url = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree12.4.0.0.msi'
checksum = 'bc070dc97cdb62bce4c02a366c0eb90454def31151149853a5571c5d4a60928d'
checksumType = 'sha256'

url64bit = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree12.2.0.0x64.msi'
checksum64 = '26985ea189e2d7df338e91d6fc2afdb4a4c079f0ff7c33c37271455adfbd49fe'
url64bit = 'https://chronoplexsoftware.com/myfamilytree/downloads/myfamilytree12.4.0.0x64.msi'
checksum64 = 'd6db58a684a4c738068b06a7902bc2c9703ac26ec9da390493fb9482351ac876'
checksumType64= 'sha256'

silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/seppdf/seppdf.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>seppdf</id>
<version>3.61</version>
<version>3.62</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/seppdf</packageSourceUrl>
<owners>chtof</owners>
<title>SepPDF</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/seppdf/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"

url = 'https://www.ne.jp/asahi/foresth/home/spdf361.zip'
checksum = 'aca72a2a9eda2267e8f2da65c6e216df3a2dcb00994c6e680b30f10ee58a277c'
url = 'https://www.ne.jp/asahi/foresth/home/spdf362.zip'
checksum = '73e73c440e6e27a77f33669224753ffb5fdacb6f313fd0abddd0f58b32275eae'
checksumType = 'sha256'
}

Expand Down

0 comments on commit ae446c0

Please sign in to comment.