From 1e28d05bca196b0ac4e7df8369b350667474685f Mon Sep 17 00:00:00 2001 From: Brian MacKinney Date: Wed, 16 Jan 2019 12:59:51 -0700 Subject: [PATCH] 1.6.4 release --- gitea.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.rb b/gitea.rb index 5893878..fe9aedc 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.6.3" + version "1.6.4" 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