Browse Source
Merge pull request #11906 from BKPepe/git
git: update to version 2.26.2
lilik-openwrt-22.03
tripolar
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/git/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=git |
|
|
|
PKG_VERSION:=2.26.1 |
|
|
|
PKG_VERSION:=2.26.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/ |
|
|
|
PKG_HASH:=888228408f254634330234df3cece734d190ef6381063821f31ec020538f0368 |
|
|
|
PKG_HASH:=6d65132471df9e531807cb2746f8be317e22a343b9385bbe11c9ce7f0d2fc848 |
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
PKG_FIXUP:=autoreconf |
|
|
|