diff options
-rw-r--r-- | development/git-lfs/git-lfs.SlackBuild | 4 | ||||
-rw-r--r-- | development/git-lfs/git-lfs.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index 7691e6f509..fe79acc0f0 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-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} diff --git a/development/git-lfs/git-lfs.info b/development/git-lfs/git-lfs.info index f830e14af9..152f3552e6 100644 --- a/development/git-lfs/git-lfs.info +++ b/development/git-lfs/git-lfs.info @@ -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" |