diff options
| author | Daniel Lee Harple | 2013-06-12 20:25:17 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-12 20:04:22 -0700 |
| commit | b303b86c334d920f4b3940feaae6b8b2a120b2be (patch) | |
| tree | a3766879e54a2e3e79304764492b2f4dca7561a3 | |
| parent | 81f9664508bd290cf73d3b46c2eee647a70b66dd (diff) | |
| download | homebrew-b303b86c334d920f4b3940feaae6b8b2a120b2be.tar.bz2 | |
bazaar --devel 2.6b2
Closes #20453.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/bazaar.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index fb2500695..3bdcbe72a 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -5,6 +5,11 @@ class Bazaar < Formula url 'https://launchpad.net/bzr/2.5/2.5.1/+download/bzr-2.5.1.tar.gz' sha1 '7e2776e3aaf8fb48828026d3fc2a3047465eea5e' + devel do + url 'https://launchpad.net/bzr/2.6/2.6b2/+download/bzr-2.6b2.tar.gz' + sha1 'f10e193bc18096ee82dd923a424df2b086f95c4c' + end + depends_on :python def install |
