diff options
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 ceecce30f..acf6d8205 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.1.tar.gz" -  sha1 "d428499b5e27bd514ca0ae6826a348b233534f59" +  url "https://github.com/theZiz/aha/archive/0.4.7.2.tar.gz" +  sha1 "09933fddb02b3129a690eb3d7d140edb97ac0627"    def install      system "make"  | 
