bup: fix 0.25-rc4 sha1.

Closes Homebrew/homebrew#24757.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Qiu Yu 2013-11-29 09:26:07 +08:00 committed by Mike McQuaid
parent 076e4bd39a
commit 9a32531a24
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Bup < Formula
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 'f3dc0539443587390d9a720cf49a48e33b24317b'
sha1 '12f382dcb7e1d3b8496dfc32d2395e80cf5d971e'
option "run-tests", "Run unit tests after compilation"