From 96c231061645df6a42b16a918eb0c907bd65661f Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 23 Oct 2020 02:00:09 +0300 Subject: [PATCH] libsearpc: use v3.2.0 instead of v3.2-latest v3.2-latest tag seems to point on latest commit and is being updated periodically. --- packages/ccnet/build.sh | 2 +- packages/libsearpc/build.sh | 7 +++---- packages/seafile-client/build.sh | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ccnet/build.sh b/packages/ccnet/build.sh index 5c2b3072d..1d204c176 100644 --- a/packages/ccnet/build.sh +++ b/packages/ccnet/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/haiwen/ccnet TERMUX_PKG_DESCRIPTION="Ccnet is a framework for writing networked applications in C" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=6.1.8 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/haiwen/ccnet/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=b55636bf95232dc1db70d3604d0bebb7c3d730292d15b9b6c5b951307eb69762 TERMUX_PKG_DEPENDS="libuuid, libevent, libsearpc, libsqlite, openssl" diff --git a/packages/libsearpc/build.sh b/packages/libsearpc/build.sh index 5841967c2..1270a1b77 100644 --- a/packages/libsearpc/build.sh +++ b/packages/libsearpc/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/haiwen/libsearpc TERMUX_PKG_DESCRIPTION="A simple C language RPC framework (mainly for seafile)" TERMUX_PKG_LICENSE="Apache-2.0" -TERMUX_PKG_VERSION=3.2 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SRCURL=https://github.com/haiwen/libsearpc/archive/v${TERMUX_PKG_VERSION}-latest.tar.gz -TERMUX_PKG_SHA256=08411c2581e4c3967f4590f25a357952cd7d71d83229171a3c1e1f321d457806 +TERMUX_PKG_VERSION=1:3.2.0 +TERMUX_PKG_SRCURL=https://github.com/haiwen/libsearpc/archive/v${TERMUX_PKG_VERSION:2}.tar.gz +TERMUX_PKG_SHA256=cd00197fcc40b45b1d5e892b2d08dfa5947f737e0d80f3ef26419334e75b0bff TERMUX_PKG_DEPENDS="glib, libjansson" TERMUX_PKG_BREAKS="libsearpc-dev" TERMUX_PKG_REPLACES="libsearpc-dev" diff --git a/packages/seafile-client/build.sh b/packages/seafile-client/build.sh index 3b3cc4e75..e13cc8fe6 100644 --- a/packages/seafile-client/build.sh +++ b/packages/seafile-client/build.sh @@ -2,6 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://seafile.com TERMUX_PKG_DESCRIPTION="Seafile is a file syncing and sharing software with file encryption and group sharing" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_VERSION=7.0.9 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/haiwen/seafile/archive/v${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8 TERMUX_PKG_DEPENDS="ccnet, libcurl, python"