Skip to content

Commit

Permalink
yasm: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Sep 2, 2021
1 parent c3ff853 commit 7e5a5de
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions yasm.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#!/bin/env beesh

# BEE_VERSION yasm-1.3.0-0
# BEE_VERSION yasm-1.3.0-1

SRCURL[0]="https://www.tortall.net/projects/yasm/releases/yasm-${PKGVERSION}.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

# EXCLUDE=""
# http://yasm.tortall.net/
# SRCURL[0]="https://www.tortall.net/projects/yasm/releases/yasm-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/fc9e586751ff789b34b1f21d572d96af/yasm-1.3.0.tar.gz"

# PATCHURL[0]=""

#mee_extract() {
# bee_extract ${@}
Expand Down

0 comments on commit 7e5a5de

Please sign in to comment.