chipmunk: use http for the homepage

certificate has expired (reported upstream)
also add a secure mirror
master
ilovezfs 2017-02-19 04:05:33 -08:00
parent 10e9ac869e
commit a6e39631ad
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
class Chipmunk < Formula
desc "2D rigid body physics library written in C"
homepage "https://chipmunk-physics.net/"
url "https://chipmunk-physics.net/release/Chipmunk-7.x/Chipmunk-7.0.1.tgz"
homepage "http://chipmunk-physics.net/"
url "http://chipmunk-physics.net/release/Chipmunk-7.x/Chipmunk-7.0.1.tgz"
mirror "https://www.mirrorservice.org/sites/distfiles.macports.org/chipmunk/Chipmunk-7.0.1.tgz"
sha256 "fe54b464777d89882a9f9d3d6deb17189af8bc5d63833b25bb1a7d16c3e69260"
head "https://github.com/slembcke/Chipmunk2D.git"