Skip to content

Commit

Permalink
pixman: use secure urls (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and apjanke committed May 6, 2016
1 parent 323e30b commit 95800b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/pixman.rb
@@ -1,7 +1,7 @@
class Pixman < Formula
desc "Low-level library for pixel manipulation"
homepage "http://cairographics.org/"
url "http://cairographics.org/releases/pixman-0.34.0.tar.gz"
homepage "https://cairographics.org/"
url "https://cairographics.org/releases/pixman-0.34.0.tar.gz"
sha256 "21b6b249b51c6800dc9553b65106e1e37d0e25df942c90531d4c3997aa20a88e"

bottle do
Expand Down

0 comments on commit 95800b8

Please sign in to comment.