summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2017-12-30 17:27:24 +0000
committerSebastian Kemper2017-12-30 17:27:26 +0000
commitacc58063574b275682764ace7950efeb04f110ba (patch)
treedb62184826312ababd0c1a5ae2d485fb3e537d9b
parent845718a74777a428295d11173efdfa241097cb16 (diff)
downloadtelephony-acc58063574b275682764ace7950efeb04f110ba.tar.gz
freeswitch-stable-mod-bcg729: fix upstream URL
- remove unused variable - fix upstream URL Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--net/freeswitch-stable-mod-bcg729/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/freeswitch-stable-mod-bcg729/Makefile b/net/freeswitch-stable-mod-bcg729/Makefile
index 765f234..4c5c151 100644
--- a/net/freeswitch-stable-mod-bcg729/Makefile
+++ b/net/freeswitch-stable-mod-bcg729/Makefile
@@ -10,14 +10,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch-stable-mod-bcg729
PKG_VERSION:=20170629
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
PKG_LICENSE:=MPL-1.1
PKG_LICENSE_FILES:=LICENSE
-PRG_URL:=https://github.com/xadhoom/mod_bcg729
-
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/xadhoom/mod_bcg729.git
PKG_SOURCE_PROTO:=git
@@ -48,7 +46,7 @@ define Package/$(PKG_NAME)
SUBMENU:=Telephony
SECTION:=net
CATEGORY:=Network
- URL:=https://www.freeswitch.org
+ URL:=https://github.com/xadhoom/mod_bcg729
DEPENDS:=freeswitch-stable +bcg729
endef