Skip to content

Commit

Permalink
ncspot 1.2.0
Browse files Browse the repository at this point in the history
ncspot: update test

Signed-off-by: Rui Chen <[email protected]>

ncspot: update sha

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Oct 15, 2024
1 parent 28aef5e commit d2bab48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/n/ncspot.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit d2bab48

Please sign in to comment.