mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ruby/rubygem-asciidoctor: Updated for version 2.0.12.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8183a67a24
commit
000fed4fd2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for asciidoctor
|
||||
|
||||
# Copyright 2020 Trevor D. Cook, Issaquah, WA, USA
|
||||
# Copyright 2021 Trevor D. Cook, Issaquah, WA, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rubygem-asciidoctor
|
||||
VERSION=${VERSION:-2.0.10}
|
||||
VERSION=${VERSION:-2.0.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rubygem-asciidoctor"
|
||||
VERSION="2.0.10"
|
||||
VERSION="2.0.12"
|
||||
HOMEPAGE="https://asciidoctor.org"
|
||||
DOWNLOAD="https://rubygems.org/downloads/asciidoctor-2.0.10.gem"
|
||||
MD5SUM="1be613f34f6b3c03dc7d6d78ac209307"
|
||||
DOWNLOAD="https://rubygems.org/downloads/asciidoctor-2.0.12.gem"
|
||||
MD5SUM="a067ad19682364af6d65be5ef4b57e15"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue