diff options
Diffstat (limited to 'development/git-lfs')
-rw-r--r-- | development/git-lfs/git-lfs.SlackBuild | 11 | ||||
-rw-r--r-- | development/git-lfs/git-lfs.info | 10 |
2 files changed, 8 insertions, 13 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index 44294b3432..89f6a95a5b 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-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,16 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20230627 bkw: BUILD=3 -# - Fix man page permissions (missing chown and find/chmod from template). -# - Get rid of /usr/man/html. Our man-db doesn't know how to display HTML, -# and it's redundant anyway (we have the same docs as regular man pages). - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-lfs -VERSION=${VERSION:-3.5.1} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.7.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/git-lfs/git-lfs.info b/development/git-lfs/git-lfs.info index 0432c00548..031404c581 100644 --- a/development/git-lfs/git-lfs.info +++ b/development/git-lfs/git-lfs.info @@ -1,10 +1,10 @@ PRGNAM="git-lfs" -VERSION="3.5.1" +VERSION="3.7.0" HOMEPAGE="https://git-lfs.github.com/" -DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-linux-386-v3.5.1.tar.gz" -MD5SUM="8b515e27ccc38742487547cd646900a9" -DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-linux-amd64-v3.5.1.tar.gz" -MD5SUM_x86_64="b36a13f2d6be99ea0213aabf2554e0d9" +DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v3.7.0/git-lfs-linux-386-v3.7.0.tar.gz" +MD5SUM="73cb22fa6023df73d8b78a002cc494d6" +DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v3.7.0/git-lfs-linux-amd64-v3.7.0.tar.gz" +MD5SUM_x86_64="d149c5508ad1d8ba9058cd587d686e64" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |