Skip to content

Commit

Permalink
python-2.7.13-3.build.sh: Use “official” URL
Browse files Browse the repository at this point in the history
```
$ curl -I http://cairographics.org/
HTTP/1.1 301 Moved Permanently
Date: Mon, 24 Jul 2017 12:38:04 GMT
Server: Apache/2.4.10 (Debian)
Location: https://www.cairographics.org/
Content-Type: text/html; charset=iso-8859-1
```
  • Loading branch information
pmenzel committed Jul 24, 2017
1 parent b61ec8b commit 492bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-2.7.13-3.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ plaininstall dbus-python-0.83.2 dbus-python-0.83.2.tar.gz https://dbus.freedeskt

(
cd build
test -e py2cairo-1.10.0.tar.gz || wget https://cairographics.org/releases/py2cairo-1.10.0.tar.bz2
test -e py2cairo-1.10.0.tar.gz || wget https://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2
test -d py2cairo-1.10.0 || tar xf py2cairo-1.10.0.tar.bz2
cd py2cairo-1.10.0
./waf configure --prefix=$PREFIX
Expand Down

0 comments on commit 492bb5f

Please sign in to comment.