diff options
author | nia <nia@pkgsrc.org> | 2019-08-08 21:18:43 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-08 21:18:43 +0000 |
commit | 06fd112c4e790a4ce5f5ba61390a0fb605dbb7a2 (patch) | |
tree | 384defed24e58105ca3008db98951f4ae6f5b9ce /audio | |
parent | 0997223acfbb43a57f282fc725732113e558fe3d (diff) | |
download | pkgsrc-06fd112c4e790a4ce5f5ba61390a0fb605dbb7a2.tar.gz |
Use https for kcat.strangesoft.net
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal-soft/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 9e7f9d9a76a..cb9d602b9b7 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2019/07/01 12:42:57 nia Exp $ +# $NetBSD: Makefile,v 1.10 2019/08/08 21:18:43 nia Exp $ DISTNAME= openal-soft-1.19.1 CATEGORIES= audio -MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ +MASTER_SITES= https://kcat.strangesoft.net/openal-releases/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://kcat.strangesoft.net/openal.html +HOMEPAGE= https://kcat.strangesoft.net/openal.html COMMENT= Software implementation of the OpenAL 3D audio API LICENSE= gnu-lgpl-v2 |