mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/git-lfs: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
53e4cccedb
commit
8a972f682c
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=git-lfs
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="git-lfs"
|
||||
VERSION="1.2.0"
|
||||
VERSION="1.2.1"
|
||||
HOMEPAGE="https://git-lfs.github.com/"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-linux-386-1.2.0.tar.gz"
|
||||
MD5SUM="755dedea255579639f9fe60537a3faf3"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-linux-amd64-1.2.0.tar.gz"
|
||||
MD5SUM_x86_64="578a3b9c44edcadc7e9e32a576910d6f"
|
||||
DOWNLOAD="https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-linux-386-1.2.1.tar.gz"
|
||||
MD5SUM="590843797eddd6977304b7ee91ca0ed2"
|
||||
DOWNLOAD_x86_64="https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-linux-amd64-1.2.1.tar.gz"
|
||||
MD5SUM_x86_64="3e2f843c4b70b5242ee63dedafd521f9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue