Skip to content

Commit

Permalink
x264: fix SHA1 for stable and master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort authored and MikeMcQuaid committed Jun 7, 2014
1 parent c185c84 commit 932fdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/x264.rb
Expand Up @@ -3,13 +3,13 @@
class X264 < Formula
homepage "http://www.videolan.org/developers/x264.html"
# the latest commit on the stable branch
url "http://git.videolan.org/git/x264.git", :revision => "e260ea549226ae29832d8bc0dcfd20cffc8cf248"
url "http://git.videolan.org/git/x264.git", :revision => "d7e689680023e327de7e052e01e7faee30135799"
version "r2412"
head "http://git.videolan.org/git/x264.git"

devel do
# the latest commit on the master branch
url "http://git.videolan.org/git/x264.git", :revision => "ac7644073ac28d19c9cf048849bbcd515713e426"
url "http://git.videolan.org/git/x264.git", :revision => "a5831aa256b3161f898d2577d2eb8daa838d88d2"
version "r2431"
end

Expand Down

0 comments on commit 932fdb8

Please sign in to comment.