diff options
Diffstat (limited to 'development/git-lfs')
-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 8ee72e388482..6cc3929716fb 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 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2016 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.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/git-lfs/git-lfs.info b/development/git-lfs/git-lfs.info index 40cdfba727f6..192475b6b2fd 100644 --- a/development/git-lfs/git-lfs.info +++ b/development/git-lfs/git-lfs.info @@ -1,10 +1,10 @@ PRGNAM="git-lfs" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="https://git-lfs.github.com/" -DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-linux-386-1.1.0.tar.gz" -MD5SUM="29a6ec6f368e8219f59e13749eaeb9f8" -DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-linux-amd64-1.1.0.tar.gz" -MD5SUM_x86_64="1c97830d2903522de414509c9f090400" +DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-linux-386-1.2.0.tar.gz" +MD5SUM="755dedea255579639f9fe60537a3faf3" +DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-linux-amd64-1.2.0.tar.gz" +MD5SUM_x86_64="578a3b9c44edcadc7e9e32a576910d6f" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |