diff options
| author | micmac1 | 2022-01-31 18:54:41 +0000 |
|---|---|---|
| committer | GitHub | 2022-01-31 18:54:41 +0000 |
| commit | 51e62de1821e28c574da3158c73d9e32596f5d4c (patch) | |
| tree | a24c9e40920ed3e6ffa515e242753ff919698d42 | |
| parent | 561131d523d387df4c61e3e9851ea777b5a03408 (diff) | |
| parent | f04a5a23830ced20e0bd298f41fb9fd93c8353a0 (diff) | |
| download | telephony-51e62de1821e28c574da3158c73d9e32596f5d4c.tar.gz | |
Merge pull request #732 from micmac1/sof-1137
sofia-sip: update to 1.13.7
| -rw-r--r-- | libs/sofia-sip/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/sofia-sip/Makefile b/libs/sofia-sip/Makefile index 2e05f67..955f2c6 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.6 -PKG_RELEASE:=1 +PKG_VERSION:=1.13.7 +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:=6f3cb48a35929abd3454087b32ad4c75fa5fe50fab8a9cc6f98559e6fd1bd64b +PKG_HASH:=3bdcbe80a066c9cafa8d947d51512b86ed56bf2cdbb25dbe9b8eef6a8bab6a25 # sofia-sip adds a version to include path # need to update this when the version changes |