Skip to content

Commit

Permalink
Merge pull request #2507 from mariux64/fix-srcurl-libsodium
Browse files Browse the repository at this point in the history
libsodium: fix SRCURL
  • Loading branch information
wwwutz authored Nov 15, 2021
2 parents ad70648 + 128f734 commit e7b0f90
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libsodium.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION libsodium-1.0.17-0
# BEE_VERSION libsodium-1.0.17-1

SRCURL[0]="https://download.libsodium.org/libsodium/releases/libsodium-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://download.libsodium.org/libsodium/releases/libsodium-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/0f71e2680187a1558b5461e6879342c5/libsodium-1.0.17.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -30,4 +30,3 @@ SRCURL[0]="https://download.libsodium.org/libsodium/releases/libsodium-${PKGVERS
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit e7b0f90

Please sign in to comment.