sfml: update link to HTTPS
This commit is contained in:
parent
3bf18a9410
commit
6cc6cfab75
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Sfml < Formula
|
||||
# Don't update SFML until there's a corresponding CSFML release
|
||||
desc "Multi-media library with bindings for multiple languages"
|
||||
homepage "http://www.sfml-dev.org/"
|
||||
url "http://www.sfml-dev.org/files/SFML-2.4.2-sources.zip"
|
||||
homepage "https://www.sfml-dev.org/"
|
||||
url "https://www.sfml-dev.org/files/SFML-2.4.2-sources.zip"
|
||||
sha256 "8ba04f6fde6a7b42527d69742c49da2ac529354f71f553409f9f821d618de4b6"
|
||||
head "https://github.com/SFML/SFML.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue