ruby-asciidoctor: update to 1.5.8.
This commit is contained in:
parent
7b4d6cecbe
commit
dfb58d0cc9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ruby-asciidoctor'
|
# Template file for 'ruby-asciidoctor'
|
||||||
pkgname=ruby-asciidoctor
|
pkgname=ruby-asciidoctor
|
||||||
version=1.5.7.1
|
version=1.5.8
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gem
|
build_style=gem
|
||||||
|
@ -8,4 +8,8 @@ short_desc="Ruby implementation of AsciiDoc"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://asciidoctor.org"
|
homepage="https://asciidoctor.org"
|
||||||
checksum=3cd8144a7b7cd71e7886cf0151536f4938ff2a51f708fcdc3f6f3371d85fa26c
|
checksum=9deaa93eacadda48671e18395b992eafba35d08f25ddbe28d25bb275831a8d62
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue