diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 12:48:09 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-11 12:48:09 +0000 |
commit | 804c78b471c1e447cf4431f7afdfd6e0b20b75d0 (patch) | |
tree | 7196b03459252abed6f51691e6558b6f61d6d96f /openwrt/package/asterisk/Makefile | |
parent | cdea47b22effe86885cb0517fe5bdf02d95d1a76 (diff) |
Update to new upstream release (v1.0.9),
Split makefile patch into multiple patches,
Add no-gtk fix from whiterussian.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1402 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/asterisk/Makefile')
-rw-r--r-- | openwrt/package/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index b39a529e5..8b65e60ef 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.7 +PKG_VERSION:=1.0.9 PKG_RELEASE:=1 -PKG_MD5SUM:=4cc3c1e4a1b12e0e4c748326ad153291 +PKG_MD5SUM:=0d7f1c680ae53a739f26a069ef8b580a PKG_SOURCE_URL:=http://www.asterisk.org/html/downloads ftp://ftp.asterisk.org/pub/asterisk PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |