crash 1.3.1
Update CRaSH version to 1.3.1 Closes Homebrew/homebrew#36740. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
81094c0462
commit
a36e7627f0
1 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@ require "formula"
|
|||
|
||||
class Crash < Formula
|
||||
homepage "http://www.crashub.org/"
|
||||
url "http://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.0/crash.distrib-1.3.0.tar.gz"
|
||||
sha1 "77ffc46cfead3ac6bb757830661e500f0c1b7a2a"
|
||||
url "http://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.1/crash.distrib-1.3.1.tar.gz"
|
||||
sha1 "0f6c157dda63f9d828d558c8b329344a6d17c7e9"
|
||||
|
||||
resource "docs" do
|
||||
url "http://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.0/crash.distrib-1.3.0-docs.tar.gz"
|
||||
sha1 "6386cf9d54c7463dcbad61d27fea6ce46ba409b5"
|
||||
url "http://search.maven.org/remotecontent?filepath=org/crashub/crash.distrib/1.3.1/crash.distrib-1.3.1-docs.tar.gz"
|
||||
sha1 "56957cb06b5600ca739c87070477cf066757f3ec"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue