Updated to git HEAD a6f5efaedf201b29a653fe1390be8fde90c4bc4f
This commit is contained in:
parent
ff2b66c0c9
commit
b7c55afa98
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue