Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/127
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
techknowlogick 2021-04-08 14:46:42 +08:00 committed by Lunny Xiao
parent c9178ba84b
commit 0e11b475ae
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Gitea < Formula
end
stable do
version "1.13.6"
version "1.13.7"
url Gitea.bin_url(version)
sha256 `curl -s #{url}.sha256`.split(" ").first
end