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

1.7.0 release
This commit is contained in:
Lunny Xiao 2019-01-28 17:07:05 +08:00 committed by GitHub
commit 0c2a1221c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ class Gitea < Formula
head "https://github.com/go-gitea/gitea.git" head "https://github.com/go-gitea/gitea.git"
stable do stable do
version "1.6.4" version "1.7.0"
url "https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64" 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 sha256 `curl -s https://dl.gitea.io/gitea/#{version}/gitea-#{version}-darwin-10.6-amd64.sha256`.split(" ").first
end end