summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2018-01-20 19:28:18 +0000
committerSebastian Kemper2018-01-20 19:28:18 +0000
commit64294b937ddd1fd81badc2699f5918c6498d4394 (patch)
tree5040ff6db786b9cf0dcdccc28313632f90ad9f6c
parent796c7c9b8db47ac515153ef0e1eb79b5a5a21b94 (diff)
downloadtelephony-64294b937ddd1fd81badc2699f5918c6498d4394.tar.gz
rtpproxy: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--net/rtpproxy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 67046f8..0c4cc81 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -16,6 +16,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=d5926892630139bcbe55d1f3fa36764c881648bc
+PKG_MIRROR_HASH:=7da4a9b83f01b4169cf3f087c76e73fd9b4f5afb8d543c4663e874d8d9b1b26a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)