From 11317e283bde8387ad4f9e96c59d7f8bcc0ad8ae Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Tue, 29 Mar 2016 00:46:36 -0400 Subject: [PATCH] Update git-lfs, add checkver --- git-lfs.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index 33696b44e2..cc06f2888a 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -1,18 +1,18 @@ { - "version": "v1.1.0", - "license": "", - "extract_dir": "", - "architecture": { + "version": "1.1.2", + "license": "MIT", + "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-windows-386-1.1.0.zip", - "hash": "e8cbc1b9336643c8ba2ac490ecdc4690f4528e98fecc08983a816ea410650d5b" + "url": "https://github.com/github/git-lfs/releases/download/v1.1.2/git-lfs-windows-386-1.1.2.zip", + "hash": "71c0eee9d5eb25081f2f85cbfda844bffe9ec2f5593108271f23af479632549f" }, "64bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-windows-amd64-1.1.0.zip", - "hash": "421ab329dfa5af44430497d7fcca9194e7916ddcbf862c2dcbb5bb727db6c6a8" + "url": "https://github.com/github/git-lfs/releases/download/v1.1.2/git-lfs-windows-amd64-1.1.2.zip", + "hash": "db2fd14773d8d2c42a7bbe45fd5dee90c97cf89f56ddc4eb6ca5cf6d8559cd30" } }, - "depends": "git", - "homepage": "https://git-lfs.github.com/", - "bin": "git-lfs.exe" + "depends": "git", + "homepage": "https://git-lfs.github.com/", + "bin": "git-lfs.exe", + "checkver": "\\s*v(\\d+\\.\\d+\\.\\d+)" }