release of v1.3.2 (#29)

This commit is contained in:
Lunny Xiao 2018-01-03 06:59:34 -06:00 committed by Lauris BH
parent ea40492dbb
commit 8cb2dbc2aa
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.3.1"
version "1.3.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