Revert "cairo, pixman: use sha1; sha256 is excessive"
This reverts commit 597928b77fb4947a13c10fb11b964f625460941e.
This commit is contained in:
parent
ab538dc106
commit
15218f3234
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class Cairo < Formula
|
||||
homepage 'http://cairographics.org/'
|
||||
url 'http://cairographics.org/releases/cairo-1.12.2.tar.xz'
|
||||
sha1 'bc2ee50690575f16dab33af42a2e6cdc6451e3f9'
|
||||
sha256 'b786bc4a70542bcb09f2d9d13e5e6a0c86408cbf6d1edde5f0de807eecf93f96'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'xz'=> :build
|
||||
|
|
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class Pixman < Formula
|
||||
homepage 'http://cairographics.org/'
|
||||
url 'http://cairographics.org/releases/pixman-0.26.2.tar.gz'
|
||||
sha1 '3c7d72b5b52e6d301efc68aa480f0737a641bdd3'
|
||||
sha256 'c9ab554b5160679d958bfa1753cb9e6edd1e53c4745c963a1394eea4f0b13ce2'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on :x11
|
||||
|
|
Loading…
Reference in a new issue