summaryrefslogtreecommitdiff
path: root/package/asterisk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 21:46:58 +0200
commitf03f1d5071caf61c33815b732cef46952324ce6e (patch)
tree8f520fa19ad6da4f651abe6f48ac86485691b54b /package/asterisk/Makefile
parent60b165e59e044e595b59ec8b6f0ad1dc741ac26d (diff)
fix build on MacOS X, update while here
Diffstat (limited to 'package/asterisk/Makefile')
-rw-r--r--package/asterisk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index eeac91c7f..8e5f96d27 100644
--- a/package/asterisk/Makefile
+++ b/package/asterisk/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= asterisk
-PKG_VERSION:= 1.6.2.7
+PKG_VERSION:= 1.6.2.10
PKG_RELEASE:= 1
-PKG_MD5SUM:= 861f57ba43bfe05dc645e0679a260e41
+PKG_MD5SUM:= 50412a90942ae7306fb8dcc31a05c2ce
PKG_DESCR:= Open Source PBX
PKG_SECTION:= phone
PKG_MULTI:= 1
@@ -19,7 +19,7 @@ endif
ifneq ($(ADK_PACKAGE_ASTERISK_PGSQL),)
PKG_BUILDDEP+= postgresql
endif
-PKG_URL:= http://www.asterisk.org
+PKG_URL:= http://www.asterisk.org/
PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/
PKG_TARGET_DEPENDS:= !foxboard
@@ -130,8 +130,8 @@ pre-build:
post-build:
cd ${WRKBUILD}/sounds ; \
- tar xzf asterisk-core-sounds-en-gsm-1.4.17.tar.gz ; \
- rm asterisk-core-sounds-en-gsm-1.4.17.tar.gz
+ tar xzf asterisk-core-sounds-en-gsm-1.4.19.tar.gz ; \
+ rm asterisk-core-sounds-en-gsm-1.4.19.tar.gz
@echo
@echo "---> have to install ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} <---"
@echo