aboutsummaryrefslogtreecommitdiff
path: root/net/udpxy/Makefile
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-09-28 18:06:30 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-09-28 18:11:19 +0200
commit93232f818b68f29e00bc18f0fd091dadd9039bb2 (patch)
tree88df55bbe72c9297bf4dc2741001665d278374b2 /net/udpxy/Makefile
parentc14f2ac6da3eff957ef46998b226d48c369a8d6e (diff)
udpxy: update to latest version
Also switches git to https Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'net/udpxy/Makefile')
-rw-r--r--net/udpxy/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/udpxy/Makefile b/net/udpxy/Makefile
index 7d94a99f3..6bb57480b 100644
--- a/net/udpxy/Makefile
+++ b/net/udpxy/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2015 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=udpxy
-PKG_SOURCE_VERSION:=c045a1e855a8033c5d70ab3e42271ba5636eb520
-PKG_VERSION:=2015-03-08-$(PKG_SOURCE_VERSION)
+PKG_SOURCE_VERSION:=53e4672a7522311c40e9f6110ff256041c52c8b4
+PKG_VERSION:=2016-09-18-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/pcherenkov/udpxy.git
+PKG_SOURCE_URL:=https://github.com/pcherenkov/udpxy.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>