aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bup.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb
index 71959cbf4..30cf132da 100644
--- a/Library/Formula/bup.rb
+++ b/Library/Formula/bup.rb
@@ -3,9 +3,8 @@ 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-rc4.tar.gz'
- version '0.25-rc4'
- sha1 '12f382dcb7e1d3b8496dfc32d2395e80cf5d971e'
+ url 'https://github.com/bup/bup/archive/0.25.tar.gz'
+ sha1 'f32ba39582d0e8875632f282c54f7377ed2a4df9'
option "run-tests", "Run unit tests after compilation"