diff options
Diffstat (limited to 'development/git-lfs/git-lfs.SlackBuild')
-rw-r--r-- | development/git-lfs/git-lfs.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/development/git-lfs/git-lfs.SlackBuild b/development/git-lfs/git-lfs.SlackBuild index 1fae888faa..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,15 +22,10 @@ # 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.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |