libraries/libvshadow: Updated for version 20170902.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2018-03-22 22:18:34 +00:00 committed by David Spencer
parent 751613f8b5
commit 57850c79e1
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
libvshadow (libYAL Volume Shadow library)
Library and tools to access the Volume Shadow Snapshot (VSS) format. The VSS
Library and tools to access the Volume Shadow Snapshot (VSS) format. The VSS
format is used by Windows, as of Vista, to maintain copies of data on a storage
media volume.

View file

@ -22,17 +22,17 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20161111 January 2017 Barry J. Grundy
# Updated v20170902, March 2018
PRGNAM=libvshadow
VERSION=${VERSION:-20161111}
VERSION=${VERSION:-20170902}
STATUS=${STATUS:-alpha}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="libvshadow"
VERSION="20161111"
VERSION="20170902"
HOMEPAGE="https://github.com/libyal/libvshadow"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libvshadow-alpha-20161111.tar.gz"
MD5SUM="c9c4eb8b2e10bb0b8e0fd5d7007a8598"
DOWNLOAD="https://github.com/libyal/libvshadow/releases/download/20170902/libvshadow-alpha-20170902.tar.gz"
MD5SUM="aaff00c722948d2c1bc233793f96b66a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""