aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2013-05-13 11:18:17 +0200
committerAdam Vandenberg2013-05-13 09:40:13 -0700
commit0334ddf8f2ffc27f1aa0710c492ab342703d227e (patch)
tree65858adc09ce2c5ab15705ad6976d615afd2311d /Library
parentba531e07c63681a20dcff693f4fe102bec4ae8b4 (diff)
downloadhomebrew-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.rb2
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'