Gitea v1.13.2 (#118)

Fix #117

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/118
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
techknowlogick 2021-02-03 23:40:01 +08:00 committed by 6543
parent 569f68abad
commit c8c47251b5
1 changed files with 1 additions and 1 deletions

View File

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