From 39e3c518388ca161654c4190961018bcd056c937 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 16 Nov 2019 02:51:25 +0000 Subject: [PATCH] update tea to 0.1.2 (#78) --- tea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tea.rb b/tea.rb index abca57a..6da8fb9 100644 --- a/tea.rb +++ b/tea.rb @@ -5,7 +5,7 @@ class Tea < Formula head "https://gitea.com/gitea/tea.git" stable do - version "0.1.0" + version "0.1.2" url "https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-10.6-amd64" sha256 `curl -s https://dl.gitea.io/tea/#{version}/tea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first end