From 5f1a7dd28e7da632666cf981df99b30e61d74d93 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 28 Jul 2020 10:04:58 +0800 Subject: [PATCH] Update terminalimageviewer.rb --- terminalimageviewer.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminalimageviewer.rb b/terminalimageviewer.rb index c33340d..c695956 100644 --- a/terminalimageviewer.rb +++ b/terminalimageviewer.rb @@ -1,8 +1,8 @@ class Terminalimageviewer < Formula desc "Display images in a terminal using block graphic characters" homepage "https://github.com/stefanhaustein/TerminalImageViewer" - url "https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.0.0.tar.gz" - sha256 "d28c5746d25d83ea707db52b54288c4fc1851c642ae021951967e69296450c8c" + url "https://github.com/stefanhaustein/TerminalImageViewer/archive/v1.1.0.tar.gz" + sha256 "727ddaa048643cb0a13e23bc308415060d99d8b1853883ad339ad7b952050d61" head "https://github.com/stefanhaustein/TerminalImageViewer.git" depends_on "gcc" => :build unless OS.linux? depends_on "imagemagick"