diff options
| author | Brett Koonce | 2014-06-21 13:23:03 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-06-21 17:23:13 -0700 |
| commit | 7e5030d91272da3e1522d7235ded5c163449c45b (patch) | |
| tree | 017ed1d95a3bd6947918eab1a560438e99c1c9df /Library/Formula | |
| parent | 7642ecbaf1217948c90583f1efd77cfc3e86463f (diff) | |
| download | homebrew-7e5030d91272da3e1522d7235ded5c163449c45b.tar.bz2 | |
ievms v0.2.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ievms.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ievms.rb b/Library/Formula/ievms.rb index 8da54ded7..4f15d8fdf 100644 --- a/Library/Formula/ievms.rb +++ b/Library/Formula/ievms.rb @@ -2,8 +2,8 @@ require "formula" class Ievms < Formula homepage "http://xdissent.github.io/ievms/" - url "https://github.com/xdissent/ievms/archive/v0.2.0.tar.gz" - sha1 "5cf742663ccce06579968a17bb559606ff4479e2" + url "https://github.com/xdissent/ievms/archive/v0.2.1.tar.gz" + sha1 "2379b323f3c5986a4a7a519ad2a158a0aa62a271" depends_on "unar" |
