Skip to content

Commit

Permalink
Merge pull request #2467 from mariux64/fix-srcurl-libnsl
Browse files Browse the repository at this point in the history
libnsl: fix SRCURL, permission and filename
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents 4b64f87 + 09903cc commit c2a6da7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions libnsl-1.3.0-0.bee → libnsl.be0
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION libnsl-1.3.0-0
# BEE_VERSION libnsl-1.3.0-1

# more info: https://github.com/thkukuk/libnsl

SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/libnsl-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/libnsl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9214f674bd0c2bcfdd6c1da0cadb061f/libnsl-1.3.0.tar.xz"

# PATCHURL+=()

Expand All @@ -31,7 +32,3 @@ SRCURL[0]="https://github.com/thkukuk/libnsl/releases/download/v${PKGVERSION}/li
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit c2a6da7

Please sign in to comment.