From 6bf8634b2a3ee8a5f76ab0360adf21e7ccd6b18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B8=CC=86=20=D0=A1?= =?UTF-8?q?=D1=82=D0=B5=D0=BF=D0=B0=D0=BD=D0=B8=D1=89=D0=B5=D0=B2?= Date: Sat, 25 May 2013 22:42:26 +0400 Subject: [PATCH] upx 3.09 Closes Homebrew/homebrew#20079. Signed-off-by: Adam Vandenberg --- Formula/upx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/upx.rb b/Formula/upx.rb index e3113b2b2d6..8a2aab2f1d6 100644 --- a/Formula/upx.rb +++ b/Formula/upx.rb @@ -7,8 +7,8 @@ end class Upx < Formula homepage 'http://upx.sourceforge.net' - url 'http://upx.sourceforge.net/download/upx-3.08-src.tar.bz2' - sha1 '5ccbc0aacfd3aaee407eceab06ec5989bf1d153a' + url 'http://upx.sourceforge.net/download/upx-3.09-src.tar.bz2' + sha1 'df474a9909e6697a4d3240767c34e2dcb39002c1' head 'http://upx.hg.sourceforge.net:8000/hgroot/upx/upx', :using => :hg depends_on 'ucl'