Skip to content

Commit

Permalink
xmlto: fix SRCURL
Browse files Browse the repository at this point in the history
- SRCURL
  • Loading branch information
wwwutz committed Oct 1, 2020
1 parent 0eed58e commit b99aced
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions xmlto.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION xmlto-0.0.28-0
# BEE_VERSION xmlto-0.0.28-1

# more info: https://pagure.io/xmlto

SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/a1fefad9d83499a15576768f60f847c6/xmlto-0.0.28.tar.gz"

# PATCHURL+=()

Expand All @@ -31,7 +32,3 @@ SRCURL[0]="https://releases.pagure.org/xmlto/xmlto-${PKGVERSION}.tar.gz"
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit b99aced

Please sign in to comment.