]> git.r.bdr.sh - rbdr/homebrew-apps/commitdiff
Add 2.0.1
authorRuben Beltran del Rio <redacted>
Tue, 11 Apr 2023 21:27:35 +0000 (23:27 +0200)
committerRuben Beltran del Rio <redacted>
Tue, 11 Apr 2023 21:27:35 +0000 (23:27 +0200)
Formula/lyricli-2.0.1.rb [new file with mode: 0644]
Formula/lyricli.rb

diff --git a/Formula/lyricli-2.0.1.rb b/Formula/lyricli-2.0.1.rb
new file mode 100644 (file)
index 0000000..37f2a95
--- /dev/null
@@ -0,0 +1,15 @@
+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.1-universal.tar.gz"
+  sha256 "350a923894651bd803a358a4fdb18dedb06000e1ace3e7ddad14b54a954f2f47"
+  head "https://git.sr.ht/~rbdr/lyricli"
+
+  def install
+    bin.install "lrc"
+  end
+
+  test do
+    assert_match "2.0.1", shell_output("#{bin}/lrc --version")
+  end
+end
index 4d37a6d7b38a3bfd43fb477d04c5d7c92319cd57..37f2a95ddf6eb751848b400549f8b804578aa708 100644 (file)
@@ -1,8 +1,8 @@
 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"
+  sha256 "350a923894651bd803a358a4fdb18dedb06000e1ace3e7ddad14b54a954f2f47"
   head "https://git.sr.ht/~rbdr/lyricli"
 
   def install
@@ -10,6 +10,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