From 1278ab757d5e2c2a6dcf061c76a2240a59676f52 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 10 Jan 2017 09:29:19 +0100 Subject: [PATCH] Updated gitea to 1.0.1 --- gitea.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea.rb b/gitea.rb index bd8cc1a..c759f61 100644 --- a/gitea.rb +++ b/gitea.rb @@ -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