diff --git a/srcpkgs/ruby-asciidoctor/template b/srcpkgs/ruby-asciidoctor/template index eebf6957ae4..bf56e8b5fc5 100644 --- a/srcpkgs/ruby-asciidoctor/template +++ b/srcpkgs/ruby-asciidoctor/template @@ -1,6 +1,6 @@ # Template file for 'ruby-asciidoctor' pkgname=ruby-asciidoctor -version=1.5.7.1 +version=1.5.8 revision=1 noarch=yes build_style=gem @@ -8,4 +8,8 @@ short_desc="Ruby implementation of AsciiDoc" maintainer="maxice8 " license="MIT" homepage="https://asciidoctor.org" -checksum=3cd8144a7b7cd71e7886cf0151536f4938ff2a51f708fcdc3f6f3371d85fa26c +checksum=9deaa93eacadda48671e18395b992eafba35d08f25ddbe28d25bb275831a8d62 + +post_install() { + vlicense LICENSE +}