Skip to content

asciidoc: update from 8.6.9 to 9.0.0rc1 #1717

Merged
merged 1 commit into from
Feb 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions asciidoc.be0 → asciidoc-py3.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION asciidoc-8.6.9-1
# BEE_VERSION asciidoc-py3-9.0.0rc1-0

# more info: https://foo.bar.com

# SRCURL[0]="http://downloads.sourceforge.net/project/asciidoc/asciidoc/${PKGVERSION}/asciidoc-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/c59018f105be8d022714b826b0be130a/asciidoc-8.6.9.tar.gz"
SRCURL[0]="https://github.com/asciidoc/asciidoc-py3/archive/${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz"

# PATCHURL+=()

Expand All @@ -22,6 +18,10 @@ build_in_sourcedir
# bee_patch "${@}"
#}

mee_patch_post() {
autoconf
}

#mee_configure() {
# bee_configure
#}
Expand Down