diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-08 08:19:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 06:18:14 +0700 |
commit | 2a3b5cd4b048b4aa004fcc21ecade5d94be48d0c (patch) | |
tree | ee924d355c31172bdb09ad67dad54e7c87f621c9 /development/git-lfs/git-lfs.SlackBuild | |
parent | 6b60cfd06b2b1c83d945e3e1310df57fdc484b48 (diff) |
development/git-lfs: Updated for version 3.5.1.
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 5bc02a3f52..44294b3432 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-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=git-lfs -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.5.1} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |