diff options
| author | Adam Vandenberg | 2009-12-15 07:41:53 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-21 18:41:14 +0000 |
| commit | 9660cc3f406e5291a06d16e27ad5b2816a771e32 (patch) | |
| tree | a8f18d624f4d9ff5545eac930aa3baf389034c06 /Library/Formula | |
| parent | d14278b6a5b3110caa7805676ac1c2028b060ad7 (diff) | |
| download | homebrew-9660cc3f406e5291a06d16e27ad5b2816a771e32.tar.bz2 | |
Update bazaar to 2.0.3
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bazaar.rb | 6 |
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 |
