Skip to content

Commit

Permalink
AU: 3 updated - asciidocfx asciidocfx.install asciidocfx.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 7, 2022
1 parent 0a42b34 commit 5e5de01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/asciidocfx.install/asciidocfx.install.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>asciidocfx.install</id>
<version>1.7.8</version>
<version>1.7.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/asciidocfx.install</packageSourceUrl>
<owners>chtof</owners>
<title>AsciidocFX - Asciidoc Book Editor based on JavaFX 8 (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/asciidocfx.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.7.8/AsciidocFX_Windows.exe'
checksum = '22ae46c8fbceaaee95f56fe12ca222fb7f86e52bd640540b9ecc061a4a31a19d'
url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.7.9/AsciidocFX_Windows.exe'
checksum = 'b7e5e642972cf4513aefdd82c1ea218c1eb8a7d08daffb8a4d293ff69d2d9689'
checksumType = 'sha256'

silentArgs = '-q'
Expand Down
2 changes: 1 addition & 1 deletion automatic/asciidocfx.portable/asciidocfx.portable.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>asciidocfx.portable</id>
<version>1.7.4</version>
<version>1.7.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/asciidocfx.portable</packageSourceUrl>
<owners>chtof</owners>
<title>AsciidocFX - Asciidoc Book Editor based on JavaFX 8 (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/asciidocfx.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"

url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.7.8/AsciidocFX_Windows.zip'
checksum = '8c0a61beae1cbe02e49255fd8560128adc73d60aac56b8511c3c969e355230b0'
url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.7.9/AsciidocFX_Windows.zip'
checksum = 'ed1832ff9d9f41cb32510cb7825117089a25d97c832c33e6bece384e41da1198'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/asciidocfx/asciidocfx.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>asciidocfx</id>
<version>1.7.8</version>
<version>1.7.9</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/asciidocfx</packageSourceUrl>
<owners>chtof</owners>
<title>AsciidocFX - Asciidoc Book Editor based on JavaFX 8</title>
Expand Down Expand Up @@ -49,7 +49,7 @@ image::http://i.giphy.com/l3vR4SlEtY3juZfXy.gif[Pseudo Terminal Emulator]
]]></description>
<releaseNotes>https://github.com/asciidocfx/AsciidocFX/blob/master/CHANGELOG.asc</releaseNotes>
<dependencies>
<dependency id="asciidocfx.install" version="1.7.8" />
<dependency id="asciidocfx.install" version="1.7.9" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 5e5de01

Please sign in to comment.