diff options
| author | Chad Catlett | 2014-06-02 09:13:14 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-02 15:29:30 +0100 |
| commit | 50bf64f2d5969e0bae93418f438fe523a1f41976 (patch) | |
| tree | 73189bc5ad239755b5e9dd08efe5692226e1f022 | |
| parent | 8343907eaa40de73c407892539ed3ed90bd04a10 (diff) | |
| download | homebrew-50bf64f2d5969e0bae93418f438fe523a1f41976.tar.bz2 | |
vcprompt 1.2.1
| -rw-r--r-- | Library/Formula/vcprompt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vcprompt.rb b/Library/Formula/vcprompt.rb index 4f914a0a3..09f242179 100644 --- a/Library/Formula/vcprompt.rb +++ b/Library/Formula/vcprompt.rb @@ -2,8 +2,8 @@ require 'formula' class Vcprompt < Formula homepage 'https://bitbucket.org/gward/vcprompt' - url 'https://bitbucket.org/gward/vcprompt/downloads/vcprompt-1.2.tar.gz' - sha1 '5e46cc8525f823ecd66c624903f15f5c50276290' + url 'https://bitbucket.org/gward/vcprompt/downloads/vcprompt-1.2.1.tar.gz' + sha1 'fb623e6183b8e5ccbbe5cf7d135a04e727c9b402' head do url 'hg://https://bitbucket.org/gward/vcprompt' |
