diff options
| author | Dominyk Tiller | 2014-11-03 00:56:30 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2014-11-02 17:47:29 -0800 |
| commit | d309c2d9e3205ef1233838a444f32714f76d70a2 (patch) | |
| tree | aeadbb4461e80966d4e775cba17f8a944fb35aaf /Library | |
| parent | 64e793c161842dea6338dd4c457e4d559b727034 (diff) | |
| download | homebrew-d309c2d9e3205ef1233838a444f32714f76d70a2.tar.bz2 | |
aha 0.4.7.3
Version bump.
Closes #33841.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aha.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aha.rb b/Library/Formula/aha.rb index 3b8b4348f..0a269818c 100644 --- a/Library/Formula/aha.rb +++ b/Library/Formula/aha.rb @@ -2,8 +2,8 @@ require "formula" class Aha < Formula homepage "https://github.com/theZiz/aha" - url "https://github.com/theZiz/aha/archive/0.4.7.2.tar.gz" - sha1 "09933fddb02b3129a690eb3d7d140edb97ac0627" + url "https://github.com/theZiz/aha/archive/0.4.7.3.tar.gz" + sha1 "cc158029efb9dcf138fa20696f07f15ab785b035" def install system "make" |
