From f18ce7de338b4cc957c77cbb6dfeaa0f9204030a Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 21 Dec 2013 11:48:05 -0600 Subject: bup 0.25 Closes #25387. Signed-off-by: Mike McQuaid --- Library/Formula/bup.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3