development/git-lfs: Updated for version 1.5.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-01-22 23:11:06 +07:00
parent c3c07065a6
commit 02980d6e8d
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for git-lfs
# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=git-lfs
VERSION=${VERSION:-1.5.4}
VERSION=${VERSION:-1.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="git-lfs"
VERSION="1.5.4"
VERSION="1.5.5"
HOMEPAGE="https://git-lfs.github.com/"
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-linux-386-1.5.4.tar.gz"
MD5SUM="bc08f37f50cc73a0f6ee49f7abb4096c"
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.5.4/git-lfs-linux-amd64-1.5.4.tar.gz"
MD5SUM_x86_64="7188ddcbd9829247130ede10f2e09771"
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-linux-386-1.5.5.tar.gz"
MD5SUM="4795249af77dc19bcaa530ba5451c121"
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.5.5/git-lfs-linux-amd64-1.5.5.tar.gz"
MD5SUM_x86_64="33e65b2e1321fed86a6adbfcf008ea3c"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"