aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-27 19:35:01 +0100
committerMike McQuaid2013-09-27 19:35:01 +0100
commit7c4856a9b60c29f84b357c35acc3a2919e9741b0 (patch)
tree3868d55deaa8d599761cb4a6b08106e018ce1d29 /Library
parent839d0aab2c8817a2c09be9b2cfada4e0b4dd21d0 (diff)
downloadhomebrew-7c4856a9b60c29f84b357c35acc3a2919e9741b0.tar.bz2
bup: fix SHA-1.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bup.rb b/Library/Formula/bup.rb
index 1545dfbff..a79f6c86c 100644
--- a/Library/Formula/bup.rb
+++ b/Library/Formula/bup.rb
@@ -3,7 +3,7 @@ require 'formula'
class Bup < Formula
homepage 'https://github.com/bup/bup'
url 'https://github.com/bup/bup/archive/bup-0.25-rc1.tar.gz'
- sha1 'b88bd38d6f00a646faf0bd1f561595ebc0e55b30'
+ sha1 '62e34c8cca17794ba27b56799ecc99c269dad6d9'
head 'https://github.com/bup/bup.git', :branch => 'master'