development/git-lfs: Updated for version 3.5.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-03-08 08:19:02 +07:00
parent 6b60cfd06b
commit 2a3b5cd4b0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -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}

View file

@ -1,10 +1,10 @@
PRGNAM="git-lfs"
VERSION="3.4.1"
VERSION="3.5.1"
HOMEPAGE="https://git-lfs.github.com/"
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v3.4.1/git-lfs-linux-386-v3.4.1.tar.gz"
MD5SUM="401f7f6b77e53b5c565081d1aa559e3f"
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v3.4.1/git-lfs-linux-amd64-v3.4.1.tar.gz"
MD5SUM_x86_64="4fb88b2a78339b8302b255870582a21d"
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"
REQUIRES=""
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"