From 6d279ef8c7ef691bfe85a9a0aa0f7615a7d1c853 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 1 Dec 2017 16:38:00 +0800 Subject: [PATCH] update latest version of v1.3.0 --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 641c60c..e06537d 100644 --- a/gitea.rb +++ b/gitea.rb @@ -5,7 +5,7 @@ class Gitea < Formula head "https://github.com/go-gitea/gitea.git" stable do - version "1.2.3" + version "1.3.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