Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
x264: fix SHA1 for stable and master branch
Browse files Browse the repository at this point in the history
Fixes #29829.
  • Loading branch information
soimort authored and MikeMcQuaid committed Jun 7, 2014
1 parent 20fa522 commit 48a7b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/x264.rb
Original file line number Diff line number Diff line change
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 48a7b4b

Please sign in to comment.