Browse Source

Merge pull request #2239 from damianorenfer/master

libs/libsodium: update to 1.0.8
Hannu Nyman 9 years ago
parent
commit
fd966a76b8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      libs/libsodium/Makefile

+ 2
- 2
libs/libsodium/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=libsodium
10
 PKG_NAME:=libsodium
11
-PKG_VERSION:=1.0.7
11
+PKG_VERSION:=1.0.8
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases
15
 PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases
16
-PKG_MD5SUM:=8bdc92cee556526a51612709e976208a
16
+PKG_MD5SUM:=0a66b86fd3aab3fe4c858edcd2772760
17
 
17
 
18
 PKG_FIXUP:=libtool autoreconf
18
 PKG_FIXUP:=libtool autoreconf
19
 PKG_USE_MIPS16:=0
19
 PKG_USE_MIPS16:=0