diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-11-19 21:07:05 (GMT) |
---|---|---|
committer | mabrand <mabrand@mabrand.nl> | 2018-11-20 09:27:31 (GMT) |
commit | bdfb8c0159f6fe08208ec4ac8b297fcf4ae5dc27 (patch) | |
tree | 7d83ed022380056eb63804d5cd4a5fe3af8956aa /src/bullet.mk | |
parent | 740321f6c5bbed2dc14d32a013c69157bee68340 (diff) | |
download | mxe-bdfb8c0159f6fe08208ec4ac8b297fcf4ae5dc27.zip mxe-bdfb8c0159f6fe08208ec4ac8b297fcf4ae5dc27.tar.gz mxe-bdfb8c0159f6fe08208ec4ac8b297fcf4ae5dc27.tar.bz2 |
use HTTPS in URLs
Diffstat (limited to 'src/bullet.mk')
-rw-r--r-- | src/bullet.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bullet.mk b/src/bullet.mk index 61fb6df..cb8d571 100644 --- a/src/bullet.mk +++ b/src/bullet.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := bullet -$(PKG)_WEBSITE := http://bulletphysics.org/ +$(PKG)_WEBSITE := https://bulletphysics.org/ $(PKG)_DESCR := Bullet physics, version 2 $(PKG)_IGNORE := $(PKG)_VERSION := 2.82-r2704 |