From: Mazilo Date: Wed, 26 Jun 2013 01:04:32 +0000 (-0400) Subject: Updated to git HEAD a6f5efaedf201b29a653fe1390be8fde90c4bc4f X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=b7c55afa98d1a35c4dadbf7de2ffac58fdaebe00;p=feed%2Ftelephony.git Updated to git HEAD a6f5efaedf201b29a653fe1390be8fde90c4bc4f --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 65e5531..b6ee738 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_DISTNAME:=$(PKG_NAME)_git -PKG_VERSION:=1.5.2b +PKG_VERSION:=1.5.3b # @@ -18,7 +18,7 @@ PKG_VERSION:=1.5.2b # PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git -FS_DEFAULT_HEAD:=48e1415f64c76648486778294c20a8fd992af354 +FS_DEFAULT_HEAD:=a6f5efaedf201b29a653fe1390be8fde90c4bc4f FS_LATEST_HEAD:=$(if $(DUMP),$(FS_DEFAULT_HEAD),$(shell git ls-remote $(PKG_SOURCE_URL) HEAD | cut -f1)) PKG_SOURCE_VERSION:=$(if $(CONFIG_FS_WITH_PULL_CURRENT),$(FS_LATEST_HEAD),$(FS_DEFAULT_HEAD)) PKG_SOURCE_VERSION_SHORT:=$(shell echo $(PKG_SOURCE_VERSION)|cut -b -7)