diff options
| author | Jiri Slachta | 2015-04-28 09:29:36 +0000 |
|---|---|---|
| committer | Jiri Slachta | 2015-04-28 09:29:36 +0000 |
| commit | 43be6e037d78ee63ccad96248afe546b275062fe (patch) | |
| tree | ade62fae59811b415b51b5849bc37312f186575d | |
| parent | 53fad68cdf52bfaf6cd0f7653fe1381af808d94e (diff) | |
| download | telephony-43be6e037d78ee63ccad96248afe546b275062fe.tar.gz | |
pjproject: update to 2.4.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
| -rw-r--r-- | libs/pjproject/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/pjproject/Makefile b/libs/pjproject/Makefile index 9d8de1e..f02af26 100644 --- a/libs/pjproject/Makefile +++ b/libs/pjproject/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pjproject -PKG_VERSION:=2.3 +PKG_VERSION:=2.4 PKG_RELEASE:=1 PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)/ -PKG_MD5SUM:=8440e43242c439ae5ec30b5b85005fce +PKG_MD5SUM:=39629ca3fcedbdc7dbd8c5a707060095 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf @@ -30,7 +30,7 @@ define Package/pjproject/Default SECTION:=lib CATEGORY:=Libraries SUBMENU:=Telephony - URL:=http://www.pjproject.org/ + URL:=http://www.pjsip.org/ DEPENDS:=+libuuid +libstdcpp +libpthread endef |