X-Git-Url: https://git.r.bdr.sh/rbdr/homebrew-apps/blobdiff_plain/1501b9a2cac3c8b4419005e3398c0e48815d8a40..HEAD:/Formula/lyricli.rb diff --git a/Formula/lyricli.rb b/Formula/lyricli.rb index 4d37a6d..c3f52cc 100644 --- a/Formula/lyricli.rb +++ b/Formula/lyricli.rb @@ -1,8 +1,9 @@ class Lyricli < Formula desc "A command line tool to show the lyrics of your current song." homepage "https://unlimited.pizza/lyricli.html" - url "https://unlimited.pizza/files/lyricli/lrc-2.0.0-universal.tar.gz" - sha256 "d6cc3879d3daafddf728158d8ffbe79cae7a1bad4bf5a72e57976a5ceb179fd7" + url "https://unlimited.pizza/files/lyricli/lrc-2.0.1-universal.tar.gz" + license "Apache-2.0" + sha256 "105313ed4ca9dc90a6cadbcfd3c0ca578c99678972d3085d87f3022d99c436ea" head "https://git.sr.ht/~rbdr/lyricli" def install @@ -10,6 +11,6 @@ class Lyricli < Formula end test do - assert_match "2.0.0", shell_output("#{bin}/lrc --version") + assert_match "2.0.1", shell_output("#{bin}/lrc --version") end end