git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9f5057a
)
nano: use GNU alias for source download
author
Hannu Nyman
<redacted>
Tue, 1 Mar 2016 08:29:13 +0000
(10:29 +0200)
committer
Hannu Nyman
<redacted>
Tue, 1 Mar 2016 08:29:13 +0000
(10:29 +0200)
Download source using the GNU alias in order to get fault-tolerance.
Signed-off-by: Hannu Nyman <redacted>
utils/nano/Makefile
patch
|
blob
|
history
diff --git
a/utils/nano/Makefile
b/utils/nano/Makefile
index c65d133d9dce119467821a534d433cfab71d7e34..8e27ed1ad3bfdddc657c8c734c0ba94f80d48106 100644
(file)
--- a/
utils/nano/Makefile
+++ b/
utils/nano/Makefile
@@
-14,7
+14,7
@@
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=
http://www.nano-editor.org/dist/v2.5
+PKG_SOURCE_URL:=
@GNU/nano
PKG_MD5SUM:=a04d77611422ab4b6a7b489650c7a793
PKG_INSTALL:=1
git clone https://git.99rst.org/PROJECT