Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
git-credential-manager: update to version 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+
  • Loading branch information
Oli Dagenais committed Mar 21, 2016
1 parent f8a8e87 commit 73ff701
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/git-credential-manager.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
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+"
depends_on :java => "1.8+" if MacOS.version >= :el_capitan
depends_on :java => "1.7+" unless MacOS.version >= :el_capitan

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

0 comments on commit 73ff701

Please sign in to comment.