Skip to content

Commit

Permalink
Merge pull request openwrt#5294 from damianorenfer/master
Browse files Browse the repository at this point in the history
libs/libsodium: update to 1.0.16
  • Loading branch information
thess authored Dec 18, 2017
2 parents c59bea9 + fb4b192 commit ac32404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/libsodium/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libsodium
PKG_VERSION:=1.0.12
PKG_VERSION:=1.0.16
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.libsodium.org/libsodium/releases \
https://github.com/jedisct1/libsodium/releases/download/$(PKG_VERSION)
PKG_HASH:=b8648f1bb3a54b0251cf4ffa4f0d76ded13977d4fa7517d988f4c902dd8e2f95
PKG_HASH:=eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533

PKG_FIXUP:=libtool autoreconf
PKG_USE_MIPS16:=0
Expand Down

0 comments on commit ac32404

Please sign in to comment.