Browse Source

Merge pull request #10519 from BKPepe/git

git: Update to version 2.24.0
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
c6a8853c0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/git/Makefile
  2. +1
    -1
      net/git/patches/200-imapsend_without_curl.patch

+ 2
- 2
net/git/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=git
PKG_VERSION:=2.23.0
PKG_VERSION:=2.24.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
PKG_HASH:=234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067
PKG_HASH:=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b
PKG_INSTALL:=1
PKG_FIXUP:=autoreconf


+ 1
- 1
net/git/patches/200-imapsend_without_curl.patch View File

@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -1365,7 +1365,7 @@ endif
@@ -1378,7 +1378,7 @@ endif
endif
curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p)
ifeq "$(curl_check)" "072200"


Loading…
Cancel
Save