diff options
| author | Hiroshi Hatake | 2015-01-07 22:31:51 +0900 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-08 16:09:01 +0000 |
| commit | 4c7b4ca0aca7fd94a1d3e74c62006dade467b659 (patch) | |
| tree | 91b76982486fc6b131fa9cc73ba27f86805f35d3 /Library | |
| parent | 4d42aa9c7fc6c620a20ca3ab5ba3297ccbdae573 (diff) | |
| download | homebrew-4c7b4ca0aca7fd94a1d3e74c62006dade467b659.tar.bz2 | |
ats2-postiats 0.1.6
Closes #35630.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ats2-postiats.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ats2-postiats.rb b/Library/Formula/ats2-postiats.rb index a2cf26c33..c5512d093 100644 --- a/Library/Formula/ats2-postiats.rb +++ b/Library/Formula/ats2-postiats.rb @@ -2,8 +2,8 @@ require "formula" class Ats2Postiats < Formula homepage "http://www.ats-lang.org/" - url "https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.1.5/ATS2-Postiats-0.1.5.tgz" - sha1 "8775d3ddfba30e61a50a3b3a8c7573a5dde716d1" + url "https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.1.6/ATS2-Postiats-0.1.6.tgz" + sha1 "32f093102c8e32197dc182fc7801c5d16bdc92e5" bottle do cellar :any |
