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

View file

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