aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2013-12-21 11:48:05 -0600
committerMike McQuaid2013-12-21 21:07:56 +0000
commitf18ce7de338b4cc957c77cbb6dfeaa0f9204030a (patch)
treed4ba11a60af2c48f4775a22a3fb8aa1db4e11b4a /Library
parenta5718d058284976f60d3269f6c0927316f433d9b (diff)
downloadhomebrew-f18ce7de338b4cc957c77cbb6dfeaa0f9204030a.tar.bz2
bup 0.25
Closes #25387. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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"