Skip to content

Commit

Permalink
git-credential-manager 1.3.0
Browse files Browse the repository at this point in the history
git-credential-manager 1.3 (version bump)

Minor changes
- Improved the Homebrew-based installation.
- Added a feature to enable "debug mode" during installation.
- Added RPM-based installation for GNU/Linux.
- Updated references from Visual Studio Online (VSO) to the new name: Visual Studio Team Services (VSTS).
- Improved documentation.

Closes Homebrew#46285.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
leantk authored and DomT4 committed Nov 24, 2015
1 parent 41c6b64 commit 629d55e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Formula/git-credential-manager.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GitCredentialManager < Formula
desc "Stores credentials for Git on Visual Studio Online (VSO)"
homepage "https://java.visualstudio.com/Docs/tools/intro"
url "https://github.com/Microsoft/Git-Credential-Manager-for-Mac-and-Linux/releases/download/git-credential-manager-1.2.0/git-credential-manager-1.2.0.jar"
sha256 "537c066469f3a232818cd876c9787ecf323e8e7b0cfb1bff4028fbb2315e07fc"
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.3.0/git-credential-manager-1.3.0.jar"
sha256 "830357015eba45bf7a8188279e1b26ff88005b3d567aa302018c38022f6e9670"

bottle :unneeded

Expand Down

0 comments on commit 629d55e

Please sign in to comment.