Updated gitea to 1.0.1

This commit is contained in:
Thomas Boerger 2017-01-10 09:29:19 +01:00
parent f09a8bd445
commit 1278ab757d
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ class Gitea < Formula
head "https://github.com/go-gitea/gitea.git"
stable do
url "https://dl.gitea.io/gitea/1.0.0/gitea-1.0.0-darwin-10.6-amd64"
sha256 `curl -s https://dl.gitea.io/gitea/1.0.0/gitea-1.0.0-darwin-10.6-amd64.sha256`.split(" ").first
version "1.0.0"
url "https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-darwin-10.6-amd64"
sha256 `curl -s https://dl.gitea.io/gitea/1.0.1/gitea-1.0.1-darwin-10.6-amd64.sha256`.split(" ").first
version "1.0.1"
end
devel do