Merge pull request #38 from go-gitea/techknowlogick-patch-1

Release 1.5.0
This commit is contained in:
techknowlogick 2018-08-10 14:13:17 -04:00 committed by GitHub
commit cd8cd61df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.4.3"
version "1.5.0"
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