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 14, 2023
1 parent a0ca4f9 commit 7f51693
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.8.5</version>
<version>1.8.6</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.8.5/AsciidocFX_Windows.exe'
checksum = 'cd8132d2e8dd61a0fbc71f0c610926bb90fe4a5e593a6e3dba57dde928be74c3'
url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.8.6/AsciidocFX_Windows.exe'
checksum = 'f43cf7b89c58c14e5cc66b7d8a3175761f19fdc47afaeef4eb493a6f7ade6e5e'
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.8.5</version>
<version>1.8.6</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.8.5/AsciidocFX_Windows.zip'
checksum = '1d785cd0df60f1740fbc27e010a84c8037630d276a3e0b089f9ff8017590537e'
url = 'https://github.com/asciidocfx/AsciidocFX/releases/download/v1.8.6/AsciidocFX_Windows.zip'
checksum = '3387895da062f69e59ebb99ba467d5f9bc6dd96c0de0807dd14a06cba8fb2bb3'
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.8.5</version>
<version>1.8.6</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.8.5]" />
<dependency id="asciidocfx.install" version="[1.8.6]" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 7f51693

Please sign in to comment.