From 1cc4b4708aa80fe13c3fd50d29c34c92146e4d15 Mon Sep 17 00:00:00 2001 From: Daniel Rocha Date: Thu, 1 Nov 2018 15:10:08 +0100 Subject: [PATCH] upx: fix head (#33591) --- Formula/upx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/upx.rb b/Formula/upx.rb index 0a935b0223..b75dcae618 100644 --- a/Formula/upx.rb +++ b/Formula/upx.rb @@ -1,7 +1,7 @@ class Upx < Formula desc "Compress/expand executable files" homepage "https://upx.github.io/" - head "https://github.com/upx/upx.git", :branch => :devel + head "https://github.com/upx/upx.git", :branch => "devel" stable do url "https://github.com/upx/upx/archive/v3.95.tar.gz"