Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2226 from mariux64/fix-srcurl-yasm
yasm: fix SRCURL
  • Loading branch information
wwwutz committed Sep 2, 2021
2 parents c313b7a + 7e5a5de commit b8663d6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions yasm.be0
@@ -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 b8663d6

Please sign in to comment.