aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Buffington2013-08-12 10:07:32 -0400
committerAdam Vandenberg2013-08-12 22:25:59 -0700
commitae79e596c61fb702729942a7baf706be58feb1d0 (patch)
tree507b5a09cd2f1590fe7330278d172215feaabc64
parentecbb9994ba7e95e96172e15cc6e9c035c6b69646 (diff)
downloadhomebrew-ae79e596c61fb702729942a7baf706be58feb1d0.tar.bz2
bazaar 2.6.0
Closes #21840. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/bazaar.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb
index a1a29fbbe..1041508da 100644
--- a/Library/Formula/bazaar.rb
+++ b/Library/Formula/bazaar.rb
@@ -2,13 +2,8 @@ require 'formula'
class Bazaar < Formula
homepage 'http://bazaar-vcs.org/'
- 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
+ url 'https://launchpad.net/bzr/2.6/2.6.0/+download/bzr-2.6.0.tar.gz'
+ sha1 '5eb4d0367c6d83396250165da5bb2c8a9f378293'
depends_on :python