diff options
Diffstat (limited to 'package/libunwind/Makefile')
| -rw-r--r-- | package/libunwind/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/package/libunwind/Makefile b/package/libunwind/Makefile index 2d26b81ad..a60f6e4b1 100644 --- a/package/libunwind/Makefile +++ b/package/libunwind/Makefile @@ -4,13 +4,13 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		libunwind -PKG_VERSION:=		1.2.1 +PKG_VERSION:=		1.8.1  PKG_RELEASE:=		1 -PKG_HASH:=		3f3ecb90e28cbe53fba7a4a27ccce7aad188d3210bb1964a923a731a27a75acb +PKG_HASH:=		ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157  PKG_DESCR:=		determine the call-chain of a program  PKG_SECTION:=		libs/misc  PKG_URL:=		https://savannah.nongnu.org/projects/libunwind/ -PKG_SITES:=		http://download.savannah.nongnu.org/releases/libunwind/ +PKG_SITES:=		https://github.com/libunwind/libunwind/releases/download/v1.8.1/  PKG_OPTS:=		dev  DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.gz | 
