Date: Tuesday, January 19, 2021 @ 08:09:54
  Author: svenstaro
Revision: 823670

Use https url

Modified:
  emscripten/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-19 07:19:13 UTC (rev 823669)
+++ PKGBUILD    2021-01-19 08:09:54 UTC (rev 823670)
@@ -14,7 +14,7 @@
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')
-url="http://emscripten.org";
+url="https://emscripten.org";
 license=('custom')
 depends=('nodejs' 'python' 'which' 'acorn' 'nodejs')
 makedepends=('cmake' 'libxml2' 'git' 'ninja' 'npm')

Reply via email to