as title

Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/116
Reviewed-by: 6543 <6543@obermui.de>
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 2020-12-30 15:02:51 +08:00 committed by Lunny Xiao
parent bd2a604fc7
commit 569f68abad
1 changed files with 1 additions and 1 deletions

View File

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