File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class DezoomifyRs < Formula
22 desc "Tiled image downloader"
33 homepage "https://github.com/lovasoa/dezoomify-rs"
4- url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.14 .0.tar.gz"
5- sha256 "8b8b7bc2123a14bfd0ead7657f2bfebfe112a33c8ed127ac6fed450dcda525a0 "
4+ url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.15 .0.tar.gz"
5+ sha256 "539853288768258caac07a559bb7050000e7e0c6e9770227b390c875c26c8ce5 "
66 license "GPL-3.0-only"
77 head "https://github.com/lovasoa/dezoomify-rs.git" , branch : "master"
88
@@ -50,7 +50,7 @@ def install
5050 ( testpath /"testtiles_shasum.txt" ) . write <<~EOS
5151 d0544af94eac6b418af6824554cb6bbbca8b3772261a1eb5fe9d1afb1eab458b testtile.png
5252 EOS
53- dezoom_out = shell_output ( "#{ bin } /dezoomify-rs tiles.yaml 2> /dev/null " )
53+ dezoom_out = shell_output ( "#{ bin } /dezoomify-rs tiles.yaml 2>&1 " )
5454 assert_match "Image successfully saved" , dezoom_out
5555 image_dimensions = shell_output ( "identify -format \" %w×%h\\ n\" testtile.png" ) . strip
5656 assert_equal "512×512" , image_dimensions
You can’t perform that action at this time.
0 commit comments