libraries/libsearpc: Updated for version 3.0.7.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2015-10-30 15:52:50 +01:00 committed by Willy Sudiarto Raharjo
parent ecfe1e3de9
commit abcf850165
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libsearpc
VERSION=${VERSION:-3.0}
VERSION=${VERSION:-3.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -62,8 +62,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-latest
tar xvf $CWD/v$VERSION-latest.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-latest.tar.gz
cd $PRGNAM-$VERSION-latest
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="libsearpc"
VERSION="3.0"
VERSION="3.0.7"
HOMEPAGE="http://seafile.com/"
DOWNLOAD="https://github.com/haiwen/libsearpc/archive/v3.0-latest.tar.gz"
MD5SUM="32a6eaafe16d8c0c0e320b4a08a4d8f6"
DOWNLOAD="https://github.com/haiwen/libsearpc/archive/v3.0.7.tar.gz"
MD5SUM="1d20e93e0fb39f98c907e633d9f1b11b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jansson"