Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2259 from mariux64/fix-srcurl-libestr
libestr: fix SRCURL
  • Loading branch information
wwwutz committed Sep 8, 2021
2 parents 9c74008 + 6dc18d0 commit fa245d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
30 changes: 0 additions & 30 deletions libestr-0.1.0-0.bee

This file was deleted.

26 changes: 26 additions & 0 deletions libestr.be0
@@ -0,0 +1,26 @@
#!/bin/env beesh

# BEE_VERSION libestr-0.1.0-1

# SRCURL[0]="http://downloads.sourceforge.net/project/libestr/libestr-0.1.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/1b8fe449cffc259075d327334c93bbda/libestr-0.1.0.tar.gz"

# PATCHURL[0]=""

# BEE_CONFIGURE=compat

#mee_patch() {
# bee_patch
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit fa245d5

Please sign in to comment.