Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 24caafa

Browse files
Fixing mac lfs zip and md5
1 parent a06c2ae commit 24caafa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/GitHub.Api/Installer/GitInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace GitHub.Unity
77
class GitInstaller : IGitInstaller
88
{
99
public const string WindowsGitLfsExecutableMD5 = "ef51379a06577bcdeef372d297d6cd7f";
10-
public const string MacGitLfsExecutableMD5 = "54f586df05a4b80feae4fabed10d8e95";
10+
public const string MacGitLfsExecutableMD5 = "2b324cbfbb9196cf6a3c0a0918c434c7";
1111

1212
private const string PortableGitExpectedVersion = "f02737a78695063deace08e96d5042710d3e32db";
1313
private const string PackageName = "PortableGit";
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d581ea13812813ef22f0c8caf4ea7609a5be2e38aad805d7446c466001b6329e
3-
size 2780791
2+
oid sha256:8b30e08751549f70f052eda49e0e2875ce006c98d013a17c46943b830f22e867
3+
size 2780647

0 commit comments

Comments
 (0)