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 | e357916458efea5d36da6860ee254e4bc2ae2297 (patch) | |
tree | 2538a6f8ceed8d172121295858ee843012de621b /package | |
parent | 57b42f2ea9eeb2354ed8ab5dddd79c5d9f1351a1 (diff) | |
download | upstream-e357916458efea5d36da6860ee254e4bc2ae2297.tar.gz upstream-e357916458efea5d36da6860ee254e4bc2ae2297.tar.bz2 upstream-e357916458efea5d36da6860ee254e4bc2ae2297.zip |
update asterisk to new upstream stable release (v1.0.10)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2586 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/asterisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index e9e84e2114..8077ffda14 100644 --- a/package/asterisk/Makefile +++ b/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 |