diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-22 23:11:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:23:00 +0700 |
commit | 02980d6e8d9796a8d5c5b41ea7ffad0607100a64 (patch) | |
tree | 144dc5a8a6f68517e733ae8afa9b2a464ebbd426 /development/git-lfs/git-lfs.SlackBuild | |
parent | c3c07065a6bb9587865bd7d58721d2ec9f387feb (diff) |
development/git-lfs: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/git-lfs/git-lfs.SlackBuild')
-rw-r--r-- | development/git-lfs/git-lfs.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index 513115e6063b0..ba693549ea15f 100644 --- a/development/git-lfs/git-lfs.SlackBuild +++ b/development/git-lfs/git-lfs.SlackBuild @@ -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} |