sipsak: fix package site URL
authorJiri Slachta <slachta@cesnet.cz>
Fri, 25 Jul 2014 13:48:23 +0000 (15:48 +0200)
committerJiri Slachta <slachta@cesnet.cz>
Fri, 25 Jul 2014 13:48:23 +0000 (15:48 +0200)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/sipsak/Makefile

index 46e8736392439a8b354e5dca7d71fa9b5173d2bb..b92f093c1a3ede9c83ffc53c450dba183e3ad9fd 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sipsak
 PKG_VERSION:=0.9.6-1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/sipsak.berlios
@@ -26,7 +26,7 @@ define Package/sipsak
   SUBMENU:=Telephony
   DEPENDS:=+libopenssl
   TITLE:=SIP (Session Initiation Protocol) stress and diagnostics utility
-  URL:=http://www.sipsak.org/
+  URL:=http://sourceforge.net/projects/sipsak.berlios/
 endef
 
 define Build/Configure