upx: fix head (#33591)
This commit is contained in:
parent
d027f0010b
commit
1cc4b4708a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue