diff --git a/chocolatey/asciidoctorj.nuspec b/chocolatey/asciidoctorj.nuspec
index ca8bbd8d8..b6efb2395 100644
--- a/chocolatey/asciidoctorj.nuspec
+++ b/chocolatey/asciidoctorj.nuspec
@@ -5,7 +5,7 @@
asciidoctorj
AsciidoctorJ (Install)
- 1.6.0
+ 1.6.2
+ https://raw.githubusercontent.com/asciidoctor/brand/master/logo/logo-fill-color.svg?sanitize=true
diff --git a/chocolatey/tools/chocolateyinstall.ps1 b/chocolatey/tools/chocolateyinstall.ps1
index ad976e5a0..8f158c4e0 100644
--- a/chocolatey/tools/chocolateyinstall.ps1
+++ b/chocolatey/tools/chocolateyinstall.ps1
@@ -4,7 +4,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors
-$adocjVersion = '1.5.6'
+$adocjVersion = '1.6.2'
$packageName= 'asciidoctorj' # arbitrary name for the package, used in messages
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# Which is the preferred mirror? There are many listed at
@@ -18,8 +18,8 @@ $packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
url = $url
- checksum = 'f2ca8f525c8dea71acd0df6405cd143690b1db78'
- checksumType = 'sha1' #default is md5, can also be sha1
+ checksum = 'b42f0efc4f61c57c5638b6e3aff746bb4df825c0d1824ad3065763e9aed2945c'
+ checksumType = 'sha256' #default is md5, can also be sha1
#checksum64 = ''
#checksumType64= 'md5' #default is checksumType
}