From 714b5e39bc241f9fcfd9b9bf562905d15f50e816 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Wed, 19 Aug 2015 22:38:38 +0300 Subject: [PATCH] Update git to 2.5.0 --- git.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/git.json b/git.json index 10c781ce65..2842ca50eb 100644 --- a/git.json +++ b/git.json @@ -1,15 +1,15 @@ { "homepage": "https://git-for-windows.github.io/", "license": "GPL2", - "version": "2.4.6.windows.1", + "version": "2.5.0.windows.1", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.4.6.windows.1/PortableGit-2.4.6-5th-release-candidate-64-bit.7z.exe#/dl.7z", - "hash": "cc7d8df6edf7bd3689d685a2da7561ca7aee34936e868b475cddd72bfc6f953b" + "url": "https://github.com/git-for-windows/git/releases/download/v2.5.0.windows.1/PortableGit-2.5.0-64-bit.7z.exe#/dl.7z", + "hash": "2ace32df8b8449e2b48cc6e4d0152be7f4bf8e7174d0dc43f67a1ae23bf26f9d" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.4.6.windows.1/PortableGit-2.4.6-5th-release-candidate-32-bit.7z.exe#/dl.7z", - "hash": "1b373b2238f44b0d96ae07a9965399caeb31180bf3cdd6585e3c34a4851dc9c2" + "url": "https://github.com/git-for-windows/git/releases/download/v2.5.0.windows.1/PortableGit-2.5.0-32-bit.7z.exe#/dl.7z", + "hash": "207f40828b7ad2f93f27b74443b89540a134d1fd735a849db14df2a0a64d5896" } }, "bin": [ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe" ],