From 15c4fca811c7c698e42bcc04f7b0a7d934cf7c62 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sat, 28 Nov 2015 12:36:11 +1100 Subject: [PATCH] Add git-lfs 1.1.0 --- git-lfs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 git-lfs.json diff --git a/git-lfs.json b/git-lfs.json new file mode 100644 index 0000000000..33696b44e2 --- /dev/null +++ b/git-lfs.json @@ -0,0 +1,18 @@ +{ + "version": "v1.1.0", + "license": "", + "extract_dir": "", + "architecture": { + "32bit": { + "url": "https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-windows-386-1.1.0.zip", + "hash": "e8cbc1b9336643c8ba2ac490ecdc4690f4528e98fecc08983a816ea410650d5b" + }, + "64bit": { + "url": "https://github.com/github/git-lfs/releases/download/v1.1.0/git-lfs-windows-amd64-1.1.0.zip", + "hash": "421ab329dfa5af44430497d7fcca9194e7916ddcbf862c2dcbb5bb727db6c6a8" + } + }, + "depends": "git", + "homepage": "https://git-lfs.github.com/", + "bin": "git-lfs.exe" +}