diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/storm.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/storm.rb b/Library/Formula/storm.rb index 580fb4bf3..626c92892 100644 --- a/Library/Formula/storm.rb +++ b/Library/Formula/storm.rb @@ -2,8 +2,8 @@ require 'formula' class Storm < Formula homepage 'https://github.com/nathanmarz/storm/wiki' - url 'https://github.com/downloads/nathanmarz/storm/storm-0.8.0.zip' - sha1 'a7057603a7de13d1955d4715a17fd8a19df13a13' + url 'https://github.com/downloads/nathanmarz/storm/storm-0.8.1.zip' + sha1 'ce5f5dad82f33b7189ce975e0741d1c57007ed0e' def install libexec.install Dir['*'] |
