development/git-lfs: Updated for version 2.10.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-01-22 10:19:29 +07:00
parent b163669c4c
commit 6d9f2d1232
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-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2020 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:-2.9.2}
VERSION=${VERSION:-2.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="git-lfs"
VERSION="2.9.2"
VERSION="2.10.0"
HOMEPAGE="https://git-lfs.github.com/"
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v2.9.2/git-lfs-linux-386-v2.9.2.tar.gz"
MD5SUM="abc79722b4a13581c9798761957c9b1c"
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v2.9.2/git-lfs-linux-amd64-v2.9.2.tar.gz"
MD5SUM_x86_64="8dfab6aebc1100070b458418a67c31af"
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-linux-386-v2.10.0.tar.gz"
MD5SUM="2eb8faedb74e3c2ac442962bbad75bc7"
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-linux-amd64-v2.10.0.tar.gz"
MD5SUM_x86_64="6c9dbcc1f15e53708bac34508bb445ac"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"