n/davfs2: Upgraded to davfs2-1.5.5.

slackware-14.2
Damien Goutte-Gattat 4 years ago
parent 76375a4a4e
commit b24f3a78e7

@ -1 +0,0 @@
e5156ef3a9fd8f7c21f82c337c8d12e0fe56a6ea davfs2-1.5.4.tar.gz

@ -0,0 +1 @@
587c6a25ad78109995a7ccb8e60aa1c491b149f2c99d47033f3d5e648430ad2f davfs2-1.5.5.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010,2014,2016 Damien Goutte-Gattat
# Copyright (C) 2008,2009,2010,2014,2016,2019 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -27,7 +27,7 @@
# Source package infos
NAMESRC=${NAMESRC:-davfs2}
VERSION=${VERSION:-1.5.4}
VERSION=${VERSION:-1.5.5}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://download.savannah.gnu.org/releases/davfs2/$ARCHIVE}
@ -74,7 +74,7 @@ if [ ! -r $ARCHIVE ]; then
wget -c -O $ARCHIVE.part "$WGET"
mv $ARCHIVE.part $ARCHIVE
fi
sha1sum -c $ARCHIVE.sha1
sha256sum -c $ARCHIVE.sha256
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
# Compile

Loading…
Cancel
Save