mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/git-lfs: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c3c07065a6
commit
02980d6e8d
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue