projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163088a
)
git: update url to HTTPS
author
Josef Schlehofer
<
[email protected]
>
Tue, 27 Nov 2018 20:54:36 +0000
(21:54 +0100)
committer
Josef Schlehofer
<
[email protected]
>
Tue, 27 Nov 2018 23:47:37 +0000
(
00:47
+0100)
Signed-off-by: Josef Schlehofer <
[email protected]
>
net/git/Makefile
patch
|
blob
|
history
diff --git
a/net/git/Makefile
b/net/git/Makefile
index 3562752d79c263851345f7f883e87e032b34187c..19f5d5399abbf303ee348e4be1767570d91c37f1 100644
(file)
--- a/
net/git/Makefile
+++ b/
net/git/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=git
PKG_VERSION:=2.19.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
@@
-26,7
+26,7
@@
define Package/git/Default
CATEGORY:=Network
SUBMENU:=Version Control Systems
DEPENDS:=+libopenssl +libpthread +librt +zlib
- URL:=http://git-scm.com
+ URL:=http
s
://git-scm.com
MAINTAINER:=Peter Wagner <
[email protected]
>
endef