aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-03-16 10:26:44 -0500
committerBrett Koonce2014-03-18 11:14:32 -0500
commitcb8ceaf7922d690a7557eafcf1e67f466a99b940 (patch)
treeec7f3d35895d5a001786f64fdc146dcbe40b28d5 /Library
parentac8172c35e1fff971e643d3c696c839b38f7c088 (diff)
downloadhomebrew-cb8ceaf7922d690a7557eafcf1e67f466a99b940.tar.bz2
kvazaar 0.3.0
Closes #27606.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/kvazaar.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/kvazaar.rb b/Library/Formula/kvazaar.rb
index 1b79fdc9c..1d67b7a21 100644
--- a/Library/Formula/kvazaar.rb
+++ b/Library/Formula/kvazaar.rb
@@ -2,8 +2,8 @@ require "formula"
class Kvazaar < Formula
homepage "https://github.com/ultravideo/kvazaar"
- url "https://github.com/ultravideo/kvazaar/archive/v0.2.4.tar.gz"
- sha1 "636c26955b0b69249f51bc8661a8d57ad4c581df"
+ url "https://github.com/ultravideo/kvazaar/archive/v0.3.0.tar.gz"
+ sha1 "cd3924a2692d0b3ebaed7f0c88b300ea15155fb1"
depends_on 'yasm' => :build
@@ -15,6 +15,6 @@ class Kvazaar < Formula
end
test do
- system "kvazaar 2>&1 | grep 'HEVC Encoder v. 0.2'"
+ system "kvazaar 2>&1 | grep 'HEVC Encoder v. 0.3'"
end
end