From 8a67a71ffafe1ec4058725fbb517dd92333db64e Mon Sep 17 00:00:00 2001 From: monotykamary Date: Thu, 5 May 2016 05:15:00 +0700 Subject: [PATCH] Update git-lfs to 1.2.0 (#821) SHA-256 taken from 7zip; extract directory now exists in release zip -> added "extract_dir" for both architectures. git-lfs manifest tested on external bucket. --- git-lfs.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/git-lfs.json b/git-lfs.json index cc06f2888a..92cb65271b 100644 --- a/git-lfs.json +++ b/git-lfs.json @@ -1,14 +1,16 @@ { - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.1.2/git-lfs-windows-386-1.1.2.zip", - "hash": "71c0eee9d5eb25081f2f85cbfda844bffe9ec2f5593108271f23af479632549f" + "url": "https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-windows-386-1.2.0.zip", + "hash": "5e5780da1c63473782f080e91ed49305a4a5319b959f0ddb5bce12b4e2330d08", + "extract_dir": "git-lfs-windows-386-1.2.0" }, "64bit": { - "url": "https://github.com/github/git-lfs/releases/download/v1.1.2/git-lfs-windows-amd64-1.1.2.zip", - "hash": "db2fd14773d8d2c42a7bbe45fd5dee90c97cf89f56ddc4eb6ca5cf6d8559cd30" + "url": "https://github.com/github/git-lfs/releases/download/v1.2.0/git-lfs-windows-amd64-1.2.0.zip", + "hash": "2dd542cb4c729f6264ddce770ba14a6a955a2c7c8cf4fdd96f73967c1c4d895b", + "extract_dir": "git-lfs-windows-amd64-1.2.0" } }, "depends": "git",