diff options
| author | micmac1 | 2022-05-30 16:56:20 +0000 |
|---|---|---|
| committer | GitHub | 2022-05-30 16:56:20 +0000 |
| commit | 8edd28e0bd50a381f534630aa464480643166805 (patch) | |
| tree | 32cdc2225c00b66e4efe3441bf7aa114a1e969db | |
| parent | 056e93c1ad0c3030dfdce310a7c33a0653ea3a16 (diff) | |
| parent | 1efc4f3f98ed46b8bef2e29710d04131cda8ad44 (diff) | |
| download | telephony-8edd28e0bd50a381f534630aa464480643166805.tar.gz | |
Merge pull request #767 from micmac1/sof-1.13.8
sofia-sip: bump to 1.13.8
| -rw-r--r-- | libs/sofia-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/sofia-sip/Makefile b/libs/sofia-sip/Makefile index 955f2c6..c087b2c 100644 --- a/libs/sofia-sip/Makefile +++ b/libs/sofia-sip/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sofia-sip -PKG_VERSION:=1.13.7 +PKG_VERSION:=1.13.8 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/freeswitch/$(PKG_NAME)/tar.gz/v${PKG_VERSION}? -PKG_HASH:=3bdcbe80a066c9cafa8d947d51512b86ed56bf2cdbb25dbe9b8eef6a8bab6a25 +PKG_HASH:=792b99eb35e50d7abeb42e91a5dceaf28afc5be1a85ffb01995855792a747fec # sofia-sip adds a version to include path # need to update this when the version changes |