pen: change source to http, ftp seems to timeout for some clients
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
4ebaecb025
commit
d8874f0f3c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PKG_VERSION:=0.25.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://siag.nu/pub/pen/
|
PKG_SOURCE_URL:=http://siag.nu/pub/pen/
|
||||||
PKG_MD5SUM:=13e517350ec3fbfa06a512a36067ae2b
|
PKG_MD5SUM:=13e517350ec3fbfa06a512a36067ae2b
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0+
|
PKG_LICENSE:=GPL-2.0+
|
||||||
|
|
Loading…
Reference in a new issue