aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/btpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/btpd.rb')
-rw-r--r--Library/Formula/btpd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/btpd.rb b/Library/Formula/btpd.rb
index 8fe4c1cfb..aa87470f5 100644
--- a/Library/Formula/btpd.rb
+++ b/Library/Formula/btpd.rb
@@ -3,7 +3,7 @@ require 'formula'
class Btpd < Formula
url 'https://github.com/downloads/btpd/btpd/btpd-0.16.tar.gz'
homepage 'https://github.com/btpd/btpd'
- md5 'fe042aae8d7c515ecd855673d1c2b33e'
+ sha1 'fb7d396ed5c224dc6e743ac481e4feb4a3cf7b75'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"