diff options
| author | Alexis Hildebrandt | 2013-05-13 11:18:17 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-13 09:40:13 -0700 |
| commit | 0334ddf8f2ffc27f1aa0710c492ab342703d227e (patch) | |
| tree | 65858adc09ce2c5ab15705ad6976d615afd2311d /Library | |
| parent | ba531e07c63681a20dcff693f4fe102bec4ae8b4 (diff) | |
| download | homebrew-0334ddf8f2ffc27f1aa0710c492ab342703d227e.tar.bz2 | |
ledger: switch --HEAD to master branch
Closes #19769.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ledger.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb index 2dc82af57..09cf1f608 100644 --- a/Library/Formula/ledger.rb +++ b/Library/Formula/ledger.rb @@ -5,7 +5,7 @@ class Ledger < Formula url 'https://github.com/downloads/ledger/ledger/ledger-2.6.3.tar.gz' sha1 '5b8e7d8199acb116f13720a5a469fff1f14b4041' - head 'https://github.com/jwiegley/ledger.git', :branch => 'next' + head 'https://github.com/jwiegley/ledger.git', :branch => 'master' option 'debug', 'Build with debugging symbols enabled' option 'python', 'Enable Python support' |
