From 8c98da3b27fce9ce5165bb6dd884a34552e0f4c0 Mon Sep 17 00:00:00 2001 From: wuguangzhao Date: Fri, 27 Dec 2024 14:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4HDiffPatch=E5=BA=93=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E8=AF=AD=E5=8F=A5=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=9B=9E?= =?UTF-8?q?=E5=8E=9F=E6=9D=A5=E7=9A=84=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuguangzhao --- thirdparty/HDiffPatch/HPKBUILD | 13 +++++-------- thirdparty/HDiffPatch/SHA512SUM | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/thirdparty/HDiffPatch/HPKBUILD b/thirdparty/HDiffPatch/HPKBUILD index afda8fff..910183dc 100644 --- a/thirdparty/HDiffPatch/HPKBUILD +++ b/thirdparty/HDiffPatch/HPKBUILD @@ -10,13 +10,12 @@ archs=("armeabi-v7a" "arm64-v8a") license=("MIT") depends=() makedepends=() -#source="https://github.com/sisong/$pkgname/archive/refs/tags/$pkgver.tar.gz" -source="https://gitee.com/lycium_pkg_mirror/$pkgname/repository/archive/$pkgver" +source="https://github.com/sisong/$pkgname/archive/refs/tags/$pkgver.tar.gz" autounpack=true downloadpackage=true -builddir=$pkgname-v${pkgver:1} -packagename=$builddir.zip +builddir=$pkgname-${pkgver:1} +packagename=$builddir.tar.gz dependsname="bzip2 libmd5 zlib zstd" buildtools="make" @@ -38,14 +37,12 @@ prepare() { echo "fail: git clone bzip2 $ret" return $ret fi - #git clone -b v1.5.5 https://github.com/sisong/zstd.git - git clone -b v1.5.5 https://gitee.com/lycium_pkg_mirror/zstd.git + git clone -b v1.5.5 https://github.com/sisong/zstd.git if [ $ret -ne 0 ]; then echo "fail: git clone zstd $ret" return $ret fi - #git clone -b v1.2.11 https://github.com/sisong/zlib.git - git clone -b v1.2.11 https://gitee.com/lycium_pkg_mirror/zlib.git + git clone -b v1.2.11 https://github.com/sisong/zlib.git if [ $ret -ne 0 ]; then echo "fail: git clone zlib $ret" return $ret diff --git a/thirdparty/HDiffPatch/SHA512SUM b/thirdparty/HDiffPatch/SHA512SUM index 4a906ceb..eb90052a 100644 --- a/thirdparty/HDiffPatch/SHA512SUM +++ b/thirdparty/HDiffPatch/SHA512SUM @@ -1 +1 @@ -727028dad1d66e59193fa54f018bdf8bfea4590e17567d04dfa54bdbc90782196f8cf043eb47f64245f33161b6a12b6d088532abffd5e18b8ba473ed4572bb70 HDiffPatch-v4.6.3.zip +1cef5b50b5203d0c1a93698ee2eae818cd25967fc48a473272db616e9197c74710d32a8fedadbfe60adbd37b853e6edc50e797c97c3cd634e294257b40ce11b5 HDiffPatch-4.6.3.tar.gz -- Gitee