aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSteffen Matthischke2013-10-30 01:36:54 +0100
committerAdam Vandenberg2013-10-29 20:15:24 -0700
commitfbfea39c275afcc378fa20a83ed10790caf9212b (patch)
treec8e3fa52d9c9fd9e915b69631f1fd668a7b5991e /Library
parent9f8c1eb9469200059e52e0c4d90445bdcc433b96 (diff)
downloadhomebrew-fbfea39c275afcc378fa20a83ed10790caf9212b.tar.bz2
x265 0.5
Closes #23753. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/x265.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/x265.rb b/Library/Formula/x265.rb
index 4b7d16311..96ebf7a7a 100644
--- a/Library/Formula/x265.rb
+++ b/Library/Formula/x265.rb
@@ -2,8 +2,8 @@ require 'formula'
class X265 < Formula
homepage 'http://x265.org'
- url 'https://bitbucket.org/multicoreware/x265/get/0.4.1.tar.bz2'
- sha1 'a3441aa6f1dc0940b89a53bec8031492bca1fa86'
+ url 'https://bitbucket.org/multicoreware/x265/get/0.5.tar.bz2'
+ sha1 '7f0a0766083c25b194d2d0f98deafacd29eacaf2'
head 'https://bitbucket.org/multicoreware/x265', :using => :hg
@@ -30,6 +30,6 @@ class X265 < Formula
system "cmake", "source", *args
system "make"
- bin.install 'x265'
+ system "make", "install"
end
end