I don't know why they were reversed. Fixed.

This commit is contained in:
Marcos de Oliveira 2021-07-07 08:30:35 -03:00
parent 438a953a6d
commit a0e982b3e9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
class TeaHead < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "0.7.0"
version "master"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch

2
tea.rb
View file

@ -1,7 +1,7 @@
class Tea < Formula
desc "A command line tool to interact with Gitea servers"
homepage "https://gitea.com/gitea/tea"
version "master"
version "0.7.0"
os = OS.mac? ? "darwin" : "linux"
arch = case Hardware::CPU.arch