Skip to content

Commit

Permalink
git-credential-manager 1.5.0
Browse files Browse the repository at this point in the history
Notice the dependency has changed for Mac OS X 10.11+

Closes Homebrew/legacy-homebrew#50293.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
Oli Dagenais authored and xu-cheng committed Mar 22, 2016
1 parent 785b93f commit 74d8d04
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Formula/git-credential-manager.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
class GitCredentialManager < Formula
desc "Stores Git credentials for Visual Studio Team Services"
homepage "https://java.visualstudio.com/Docs/tools/gitcredentialmanager"
url "https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux/releases/download/git-credential-manager-1.4.0/git-credential-manager-1.4.0.jar"
sha256 "9a2c405b1876753734774fc63dc01ce8751d4af1a892bea59f823d996624efec"
url "https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux/releases/download/git-credential-manager-1.5.0/git-credential-manager-1.5.0.jar"
sha256 "e5e685c6938e0955dabe91829d3bb4aaea9bce2bb1c6ecc6f405b74b4ce2b346"

bottle :unneeded

depends_on :java => "1.7+"
if MacOS.version >= :el_capitan
depends_on :java => "1.8+"
else
depends_on :java => "1.7+"
end

def install
libexec.install "git-credential-manager-#{version}.jar"
Expand Down

0 comments on commit 74d8d04

Please sign in to comment.