Skip to content

Commit

Permalink
upx: slap on an el_capitan MaximumMacOSRequirement
Browse files Browse the repository at this point in the history
upx 3.91 is completely broken on Sierra, and there's no easy
rescue. Need to wait for the next release, for which no one seems to
have an ETA.

See:
- https://sourceforge.net/p/upx/bugs/248/
- upx/upx#4
  • Loading branch information
zmwangx committed Oct 25, 2016
1 parent 0e3d680 commit f54b4d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/upx.rb
Expand Up @@ -17,6 +17,10 @@ class Upx < Formula

depends_on "ucl"

# https://sourceforge.net/p/upx/bugs/248/
# https://github.com/upx/upx/issues/4
depends_on MaximumMacOSRequirement => :el_capitan

resource "lzma" do
url "https://downloads.sourceforge.net/project/sevenzip/LZMA%20SDK/lzma938.7z"
sha256 "721f4f15378e836686483811d7ea1282463e3dec1932722e1010d3102c5c3b20"
Expand Down

0 comments on commit f54b4d4

Please sign in to comment.