mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/git-lfs: Updated for version 3.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1b44cbdb5b
commit
9661f41331
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for git-lfs
|
||||
|
||||
# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=git-lfs
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="git-lfs"
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.1.2"
|
||||
HOMEPAGE="https://git-lfs.github.com/"
|
||||
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v3.0.2/git-lfs-linux-386-v3.0.2.tar.gz"
|
||||
MD5SUM="551480f32a0a01d4d02ef69400ea7ae6"
|
||||
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v3.0.2/git-lfs-linux-amd64-v3.0.2.tar.gz"
|
||||
MD5SUM_x86_64="e53ae24ea43b86215e3522da35f54540"
|
||||
DOWNLOAD="https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lfs-linux-386-v3.1.2.tar.gz"
|
||||
MD5SUM="23fd787c432ad6b7fd3424088f32cb3d"
|
||||
DOWNLOAD_x86_64="https://github.com/git-lfs/git-lfs/releases/download/v3.1.2/git-lfs-linux-amd64-v3.1.2.tar.gz"
|
||||
MD5SUM_x86_64="feb8a955ff784fb406050e7d75983b2c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue