aboutsummaryrefslogtreecommitdiff
path: root/net/git/Makefile
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2017-12-03 23:52:59 +0100
committerPeter Wagner <tripolar@gmx.at>2017-12-03 23:53:46 +0100
commitf5b1dd7ce7441255c08f03782557d45f940d2be0 (patch)
tree062c529b305751b407b1b06b03d7a224ea2ad091 /net/git/Makefile
parent07c2beb84993fd581a847a3aa6f6f0a8d21a386f (diff)
git: update to 2.15.1 and cleanup DEPENDS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r--net/git/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/git/Makefile b/net/git/Makefile
index be0cb5f07..cc6b58b44 100644
--- a/net/git/Makefile
+++ b/net/git/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=git
-PKG_VERSION:=2.15.0
+PKG_VERSION:=2.15.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
-PKG_HASH:=107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a
+PKG_HASH:=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
@@ -43,7 +43,7 @@ endef
define Package/git-http
$(call Package/git/Default)
- DEPENDS+=git +libcurl +ca-certificates
+ DEPENDS+= +git +libcurl +ca-certificates
TITLE:=Git HTTP commands
endef
@@ -56,7 +56,7 @@ endef
define Package/git-gitweb
$(call Package/git/Default)
TITLE:=Git repository web interface
- DEPENDS:=git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi
+ DEPENDS+= +git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi
endef
define Package/git-gitweb/description