Skip to content

Commit

Permalink
yash: update urls, pass strict audit
Browse files Browse the repository at this point in the history
Closes Homebrew#40185.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
vszakats authored and MikeMcQuaid committed May 30, 2015
1 parent 4273b57 commit b2799d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Library/Formula/yash.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
require "formula"

class Yash < Formula
homepage "http://yash.sourceforge.jp/"
url "http://dl.sourceforge.jp/yash/62651/yash-2.37.tar.gz"
sha1 "a6ac6fe9434a25a8fd39137a05768aa65076bed6"
desc "Yash, yet another shell, is a POSIX-compliant command-line shell"
homepage "http://yash.osdn.jp"
url "http://dl.osdn.jp/yash/62651/yash-2.37.tar.gz"
sha256 "b976692de245ad3fb17bf87eb8b2e4c9bba4537e3820d488624c868e7408faaa"

bottle do
cellar :any
Expand Down

0 comments on commit b2799d1

Please sign in to comment.