amfora 1.9.2

* amfora 1.9.0
  Created by https://github.com/mislav/bump-homebrew-formula-action
* Update amfora.rb
* Update for v1.9.1
* Update for v1.9.2
* fix test

Closes #90700.

Co-authored-by: rui <rui@chenrui.dev>
Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
makeworld 2021-12-07 22:22:24 -05:00 committed by BrewTestBot
parent 89e9041925
commit f48e55f30c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,8 @@ class Amfora < Formula
desc "Fancy terminal browser for the Gemini protocol"
homepage "https://github.com/makeworld-the-better-one/amfora"
url "https://github.com/makeworld-the-better-one/amfora.git",
tag: "v1.8.0",
revision: "71385e9f4e91ab982076856cac95320173ccea73"
tag: "v1.9.2",
revision: "61d864540140f463a183e187e4211c258bd518bf"
license all_of: [
"GPL-3.0-only",
any_of: ["GPL-3.0-only", "MIT"], # rr
@ -40,6 +40,10 @@ class Amfora < Formula
input.puts "stty rows 80 cols 43"
input.puts "env TERM=xterm #{bin}/amfora"
sleep 1
input.putc "1"
sleep 1
input.putc "1"
sleep 1
input.putc "q"
screenlog = (testpath/"screenlog.txt").read