Browse Source

git: fix wrong md5sum

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 8 years ago
parent
commit
477f33612a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/git/Makefile

+ 1
- 1
net/git/Makefile View File

@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
PKG_MD5SUM:=c73364ac00ae85ffc6cfb12ca2700bb0edf30f63262be97be4039be594ff29e7
PKG_MD5SUM:=d99fdf256e7c7bc5d2cb428b48d4e038
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1


Loading…
Cancel
Save