libsodium: Fix download url
Signed-off-by: Kishan Gondaliya <kishanpgondaliya@gmail.com>
This commit is contained in:
parent
c52b6f8a0e
commit
356436f9bd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PKG_VERSION:=1.0.2
|
|||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases/old
|
||||
PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases/old/unsupported
|
||||
PKG_MD5SUM:=dc40eb23e293448c6fc908757738003f
|
||||
|
||||
PKG_FIXUP:=libtool autoreconf
|
||||
|
|
Loading…
Reference in a new issue