nyancat 1.5.1
Closes Homebrew/homebrew#47701. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a8a3373c65
commit
7084f200b4
1 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nyancat < Formula
|
||||
desc "Nyancat in your terminal, rendered through ANSI escape sequences."
|
||||
homepage "https://github.com/klange/nyancat"
|
||||
url "https://github.com/klange/nyancat/archive/1.4.4.tar.gz"
|
||||
sha256 "bbd0e573f01b7b5ee3b9c379de3ce12bb2575654e49b790f09388b2b9bd1f462"
|
||||
url "https://github.com/klange/nyancat/archive/1.5.1.tar.gz"
|
||||
sha256 "c948c769d230b4e41385173540ae8ab1f36176de689b6e2d6ed3500e9179b50a"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -11,12 +11,6 @@ class Nyancat < Formula
|
|||
sha256 "37afa1b385b8a8b07dc762f212e40a42105c23cd9c0ea079cc7c1ec4103a46de" => :mountain_lion
|
||||
end
|
||||
|
||||
# Add _DARWIN_C_SOURCE to allow compiling on OSX
|
||||
patch do
|
||||
url "https://github.com/klange/nyancat/pull/30.patch"
|
||||
sha256 "083b22dc19e246c5ba74959e548a07ced10e1776c57530600ffc8606153b4d1c"
|
||||
end
|
||||
|
||||
# Makefile: Add install directory option
|
||||
patch do
|
||||
url "https://github.com/klange/nyancat/pull/34.patch"
|
||||
|
|
Loading…
Reference in a new issue