libspectre: use secure url
This commit is contained in:
parent
235ea64c4f
commit
13f5b95a2a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Libspectre < Formula
|
||||
desc "Small library for rendering Postscript documents"
|
||||
homepage "https://wiki.freedesktop.org/www/Software/libspectre/"
|
||||
url "http://libspectre.freedesktop.org/releases/libspectre-0.2.7.tar.gz"
|
||||
url "https://libspectre.freedesktop.org/releases/libspectre-0.2.7.tar.gz"
|
||||
sha256 "e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec"
|
||||
revision 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue