Update terminalimageviewer.rb

This commit is contained in:
Aaron Liu 2020-07-28 10:04:58 +08:00 committed by Stefan Haustein
parent 20dcfd0221
commit 5f1a7dd28e

View file

@ -1,8 +1,8 @@
class Terminalimageviewer < Formula class Terminalimageviewer < Formula
desc "Display images in a terminal using block graphic characters" desc "Display images in a terminal using block graphic characters"
homepage "https://github.com/stefanhaustein/TerminalImageViewer" homepage "https://github.com/stefanhaustein/TerminalImageViewer"
url "https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.0.0.tar.gz" url "https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.1.0.tar.gz"
sha256 "d28c5746d25d83ea707db52b54288c4fc1851c642ae021951967e69296450c8c" sha256 "727ddaa048643cb0a13e23bc308415060d99d8b1853883ad339ad7b952050d61"
head "https://github.com/stefanhaustein/TerminalImageViewer.git" head "https://github.com/stefanhaustein/TerminalImageViewer.git"
depends_on "gcc" => :build unless OS.linux? depends_on "gcc" => :build unless OS.linux?
depends_on "imagemagick" depends_on "imagemagick"