From 467278ef9736f6ab46716d0726e0c604fc1d6c83 Mon Sep 17 00:00:00 2001 From: Benjamin Gleitzman Date: Thu, 30 Oct 2014 14:54:51 -0700 Subject: [PATCH] Bump SHA1 for homebrew installation of 1.1.7 --- howdoi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howdoi.rb b/howdoi.rb index 73f623f60..10f74ce62 100644 --- a/howdoi.rb +++ b/howdoi.rb @@ -2,8 +2,8 @@ class Howdoi < Formula homepage 'https://github.com/gleitz/howdoi/' - url 'http://pypi.python.org/packages/source/h/howdoi/howdoi-1.1.6.tar.gz' - sha1 '05e6b539aa566b1f69db0a7c70e2892d28423de4' + url 'http://pypi.python.org/packages/source/h/howdoi/howdoi-1.1.7.tar.gz' + sha1 '4248fc137bb8563a4e489574133b2b91ba3d7a73' def install setup_args = ['setup.py', 'install']