Skip to content

Commit

Permalink
libsodium: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Nov 12, 2021
1 parent b8e937b commit 128f734
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 128f734

Please sign in to comment.