Skip to content

Commit

Permalink
Merge pull request #1130 from geraldcombs/choco-update-v2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Nov 18, 2022
2 parents 98d7770 + 2f2d10f commit c5aa7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chocolatey/asciidoctorj.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>asciidoctorj</id>
<title>AsciidoctorJ (Install)</title>
<version>2.5.5</version>
<version>2.5.7</version>
<!--
https://github.com/asciidoctor/asciidoctorj/graphs/contributors
https://github.com/asciidoctor/asciidoctor/graphs/contributors
Expand All @@ -26,7 +26,7 @@
<mailingListUrl>https://asciidoctor.zulipchat.com/</mailingListUrl>
<bugTrackerUrl>https://github.com/asciidoctor/asciidoctorj/issues</bugTrackerUrl>
<tags>asciidoctor asciidoc docbook pdf</tags>
<copyright>2012-2021 Dan Allen, Ryan Waldron and the Asciidoctor Project</copyright>
<copyright>2012-2022 Dan Allen, Ryan Waldron and the Asciidoctor Project</copyright>
<licenseUrl>https://raw.githubusercontent.com/asciidoctor/asciidoctorj/main/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- <iconUrl>https://raw.githubusercontent.com/asciidoctor/brand/main/logo/logo-fill-color.svg?sanitize=true</iconUrl> -->
Expand Down
4 changes: 2 additions & 2 deletions chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$ErrorActionPreference = 'Stop'; # stop on all errors

$adocjVersion = '2.5.5'
$adocjVersion = '2.5.7'
$packageName = 'asciidoctorj'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://search.maven.org/remotecontent?filepath=org/asciidoctor/asciidoctorj/$($adocjVersion)/asciidoctorj-$($adocjVersion)-bin.zip"
Expand All @@ -13,7 +13,7 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
checksum = 'dcef87a6f09a1fbfa76aecd5b1cab63fa9c6d263385d1f8ce3acc03be73b6a1a'
checksum = 'e25292735620cbb31af11e2fc730b52d9dac35a68f2f2f7ca4ee5aef0dfb7c37'
checksumType = 'sha256'
}

Expand Down

0 comments on commit c5aa7f2

Please sign in to comment.