1.10.2

Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: 6543 <6543@noreply.gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
techknowlogick 2020-01-03 00:57:49 +00:00 committed by Lunny Xiao
parent 39e3c51838
commit 3f5e907387
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class Gitea < Formula
head "https://github.com/go-gitea/gitea.git"
stable do
version "1.10.0"
version "1.10.2"
url "https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64"
sha256 `curl -s https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first
end