Browse Source

libs/libsodium: update to 1.0.0

Moritz Warning 10 years ago
parent
commit
4767e3df5a
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:=0.7.1
11
+PKG_VERSION:=1.0.0
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
14
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16
 PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases
16
 PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases
17
-PKG_MD5SUM:=c224fe3923d1dcfe418c65c8a7246316
17
+PKG_MD5SUM:=3093dabe4e038d09f0d150cef064b2f7
18
 PKG_CAT:=zcat
18
 PKG_CAT:=zcat
19
 
19
 
20
 PKG_FIXUP:=libtool autoreconf
20
 PKG_FIXUP:=libtool autoreconf