aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/bup.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb
index df4160f1e..2ad85e289 100644
--- a/Library/Formula/bup.rb
+++ b/Library/Formula/bup.rb
@@ -1,10 +1,10 @@
-require 'formula'
+require "formula"
class Bup < Formula
- homepage 'https://github.com/bup/bup'
- head 'https://github.com/bup/bup.git', :branch => 'master'
- url 'https://github.com/bup/bup/archive/0.25.tar.gz'
- sha1 'f32ba39582d0e8875632f282c54f7377ed2a4df9'
+ homepage "https://github.com/bup/bup"
+ head "https://github.com/bup/bup.git", :branch => "master"
+ url "https://github.com/bup/bup/archive/0.26.tar.gz"
+ sha1 "86e636818590fe40e1074c67545bb74de6e8306b"
option "run-tests", "Run unit tests after compilation"