Skip to content

Commit

Permalink
Merge pull request #1078 from geraldcombs/choco-update-v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Jan 13, 2022
2 parents c3554e4 + 6296455 commit 69339fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1</version>
<version>2.5.3</version>
<!--
https://github.com/asciidoctor/asciidoctorj/graphs/contributors
https://github.com/asciidoctor/asciidoctor/graphs/contributors
Expand Down
6 changes: 3 additions & 3 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.1'
$adocjVersion = '2.5.3'
$packageName = 'asciidoctorj' # arbitrary name for the package, used in messages
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = "https://search.maven.org/remotecontent?filepath=org/asciidoctor/asciidoctorj/$($adocjVersion)/asciidoctorj-$($adocjVersion)-bin.zip"
Expand All @@ -16,8 +16,8 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
checksum = '9fcf2fef6023257aaac21a3b5d8379c080019b1a408e43419f61d507ecddc95b'
checksumType = 'sha256' #default is md5, can also be sha1
checksum = '2af46345b0fc56fe9936a719f29185d12e89b8f0f2f85a3423da2e6a9448ded0'
checksumType = 'sha256'
#checksum64 = ''
#checksumType64= 'md5' #default is checksumType
}
Expand Down

0 comments on commit 69339fd

Please sign in to comment.