aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-07-22 15:38:00 +0100
committerMike McQuaid2015-07-28 10:57:55 +0100
commit00a9c61b43b0de33145c8d665a179b8b4ba1072b (patch)
tree709ccb72b0e4b92d06ea81a6658363a21e783c3b /Library
parent5256d406deb46ed86775e24f28fbf59028c2d35e (diff)
downloadbrew-00a9c61b43b0de33145c8d665a179b8b4ba1072b.tar.bz2
testball: use sha256.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/testball.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testball.rb b/Library/Homebrew/test/testball.rb
index 0034a7f98..53ba83221 100644
--- a/Library/Homebrew/test/testball.rb
+++ b/Library/Homebrew/test/testball.rb
@@ -2,7 +2,7 @@ class Testball < Formula
def initialize(name="testball", path=Pathname.new(__FILE__).expand_path, spec=:stable)
self.class.instance_eval do
stable.url "file://#{File.expand_path("..", __FILE__)}/tarballs/testball-0.1.tbz"
- stable.sha1 "482e737739d946b7c8cbaf127d9ee9c148b999f5"
+ stable.sha256 "1dfb13ce0f6143fe675b525fc9e168adb2215c5d5965c9f57306bb993170914f"
end
super
end