diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 04:53:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 04:53:12 +0000 |
commit | 5e0f580ce012c65722bfb615fc8bb1b232b5b2a6 (patch) | |
tree | 0a63df08e7cc0fdfb56d482e40780cd39d15fef4 /openwrt/package/asterisk | |
parent | 524d8ebd8456087d9dc2ae48e4ac6b29298220f0 (diff) | |
download | mtk-20170518-5e0f580ce012c65722bfb615fc8bb1b232b5b2a6.zip mtk-20170518-5e0f580ce012c65722bfb615fc8bb1b232b5b2a6.tar.gz mtk-20170518-5e0f580ce012c65722bfb615fc8bb1b232b5b2a6.tar.bz2 |
update asterisk to new upstream stable release (v1.0.10)
SVN-Revision: 2586
Diffstat (limited to 'openwrt/package/asterisk')
-rw-r--r-- | openwrt/package/asterisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index e9e84e2..8077ffd 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=1.0.9 -PKG_RELEASE:=2 -PKG_MD5SUM:=0d7f1c680ae53a739f26a069ef8b580a +PKG_VERSION:=1.0.10 +PKG_RELEASE:=1 +PKG_MD5SUM:=f60f4c4edc36fa61dc55a5385fd82e71 PKG_SOURCE_URL:=http://ftp.digium.com/pub/asterisk/ ftp://ftp.digium.com/pub/asterisk/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |