diff options
| author | Mark Cornick | 2015-03-25 14:23:19 -0400 |
|---|---|---|
| committer | Brett Koonce | 2015-03-28 23:26:51 -0700 |
| commit | c64d6cc6f6c99096fc370f26e8a6a51780e19ed3 (patch) | |
| tree | 14b8d5380c20908c60c30aa16d4392f3e72e4bb4 /Library/Formula/fossil.rb | |
| parent | 8007a085cb7e46d6f7b4a1f42f0e638f4bef5c37 (diff) | |
| download | homebrew-c64d6cc6f6c99096fc370f26e8a6a51780e19ed3.tar.bz2 | |
fossil 1.32
Closes #38073.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 8fe2ce674..8e8221538 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -1,9 +1,8 @@ class Fossil < Formula homepage "https://www.fossil-scm.org/" head "https://www.fossil-scm.org/", :using => :fossil - url "https://www.fossil-scm.org/download/fossil-src-20150223162734.tar.gz" - sha256 "c00f9e1487530adb921df730baf57e1aa23767a0afb60b865e5842bb50782942" - version "1.31" + url "https://www.fossil-scm.org/download/fossil-src-1.32.tar.gz" + sha256 "cd79c333eb9e86fbb8c17bf5cdf31c387e4ab768eede623aed21adfdbcad686e" bottle do cellar :any |
