development/git-lfs: Updated for version 2.13.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-01-16 23:45:06 +07:00
parent f07d2a7142
commit 6383f9a3f5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for git-lfs
# Copyright 2015-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2015-2021 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.13.1}
VERSION=${VERSION:-2.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="git-lfs"
VERSION="2.13.1"
VERSION="2.13.2"
HOMEPAGE="https://git-lfs.github.com/"
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v2.13.1/git-lfs-linux-386-v2.13.1.tar.gz"
MD5SUM="67536caa7143b7d94985c287e3aeab81"
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v2.13.1/git-lfs-linux-amd64-v2.13.1.tar.gz"
MD5SUM_x86_64="3a749345c0fa78c6649bbc9c4cf5c7a9"
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v2.13.2/git-lfs-linux-386-v2.13.2.tar.gz"
MD5SUM="9871907084e168f845e7781a299513cf"
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v2.13.2/git-lfs-linux-amd64-v2.13.2.tar.gz"
MD5SUM_x86_64="e7341c431bfd6efff00b19e22fcb225e"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"