From d2bab483d3333472a6b95fd84ebe10f01f977aae Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:57:46 +0000 Subject: [PATCH] ncspot 1.2.0 ncspot: update test Signed-off-by: Rui Chen ncspot: update sha Signed-off-by: Rui Chen --- Formula/n/ncspot.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/n/ncspot.rb b/Formula/n/ncspot.rb index d185034f898c6..0ff0b5997c3fa 100644 --- a/Formula/n/ncspot.rb +++ b/Formula/n/ncspot.rb @@ -1,8 +1,8 @@ class Ncspot < Formula desc "Cross-platform ncurses Spotify client written in Rust" homepage "https://github.com/hrkfdn/ncspot" - url "https://github.com/hrkfdn/ncspot/archive/refs/tags/v1.1.2.tar.gz" - sha256 "010b12172b85e6ae0eaf60ae0ab923580bcca0b132927b39c2a2fc878cb5e6a7" + url "https://github.com/hrkfdn/ncspot/archive/refs/tags/v1.2.0.tar.gz" + sha256 "0df821a5ea70a143d3529abadd39bcdd9643720a602c99a9c0f8f31f52b4a0fb" license "BSD-2-Clause" bottle do @@ -49,7 +49,7 @@ def install sleep 1 Process.kill("INT", wait_thr.pid) - assert_match "Please login to Spotify", stdout.read + assert_match "To login you need to perform OAuth2 authorization", stdout.read end end end