Skip to content

Commit

Permalink
x265: fix upstream repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
jnozsc committed Aug 19, 2020
1 parent 1f2119b commit b1e63a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/x265.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class X265 < Formula
desc "H.265/HEVC encoder"
homepage "https://bitbucket.org/multicoreware/x265"
url "https://bitbucket.org/multicoreware/x265/downloads/x265_3.4.tar.gz"
sha256 "c2047f23a6b729e5c70280d23223cb61b57bfe4ad4e8f1471eeee2a61d148672"
license "GPL-2.0"
head "https://bitbucket.org/multicoreware/x265", using: :hg
homepage "https://bitbucket.org/multicoreware/x265_git"
url "https://bitbucket.org/multicoreware/x265_git/get/3.4.tar.gz"
sha256 "7f2771799bea0f53b5ab47603d5bea46ea2a221e047a7ff398115e9976fd5f86"
license "GPL-2.0-only"
head "https://bitbucket.org/multicoreware/x265_git"

bottle do
cellar :any
Expand Down

0 comments on commit b1e63a6

Please sign in to comment.