aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2009-12-15 07:41:53 -0800
committerMax Howell2009-12-21 18:41:14 +0000
commit9660cc3f406e5291a06d16e27ad5b2816a771e32 (patch)
treea8f18d624f4d9ff5545eac930aa3baf389034c06 /Library/Formula
parentd14278b6a5b3110caa7805676ac1c2028b060ad7 (diff)
downloadhomebrew-9660cc3f406e5291a06d16e27ad5b2816a771e32.tar.bz2
Update bazaar to 2.0.3
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bazaar.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb
index ef9aebbe2..aecfa8d47 100644
--- a/Library/Formula/bazaar.rb
+++ b/Library/Formula/bazaar.rb
@@ -1,13 +1,13 @@
require 'formula'
class Bazaar <Formula
- url 'http://launchpad.net/bzr/2.0/2.0.2/+download/bzr-2.0.2.tar.gz'
+ url 'http://launchpad.net/bzr/2.0/2.0.3/+download/bzr-2.0.3.tar.gz'
+ md5 '60758e61b3fd3686966d7ab0ea17fa64'
homepage 'http://bazaar-vcs.org/'
- md5 '845743611ef6f1ece8e7bf9824c0bb95'
def install
ENV.minimal_optimization
- system "python setup.py build"
+ system "python", "setup.py", "build"
system "python", "setup.py", "install", "--prefix=#{prefix}"
end
end