sc-im 0.8.0

Closes #73416.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Caleb Xu 2021-03-18 09:30:29 -04:00 committed by BrewTestBot
parent 6090e589a6
commit cc54d08316
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class ScIm < Formula
desc "Spreadsheet program for the terminal, using ncurses"
homepage "https://github.com/andmarti1424/sc-im"
url "https://github.com/andmarti1424/sc-im/archive/v0.7.0.tar.gz"
sha256 "87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad"
url "https://github.com/andmarti1424/sc-im/archive/v0.8.0.tar.gz"
sha256 "ba65b3936a21ae65b19d99a4cfbb69bb57d8b00880f0781fb620e8857bc498db"
license "BSD-4-Clause"
head "https://github.com/andmarti1424/sc-im.git", branch: "freeze"
@ -31,7 +31,7 @@ class ScIm < Formula
getnum A1
EOS
output = pipe_output(
"#{bin}/scim --nocurses --quit_afterload 2>/dev/null", input
"#{bin}/sc-im --nocurses --quit_afterload 2>/dev/null", input
)
assert_equal "2", output.lines.last.chomp
end