Date: Friday, November 4, 2022 @ 01:31:05
  Author: anatolik
Revision: 1341766

Use git+https:// instead of git://

Modified:
  tinygo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-04 01:29:42 UTC (rev 1341765)
+++ PKGBUILD    2022-11-04 01:31:05 UTC (rev 1341766)
@@ -21,7 +21,7 @@
         git+https://github.com/CraneStation/wasi-libc
         git+https://github.com/keith-packard/picolibc.git
         git+https://github.com/tinygo-org/stm32-svd
-        git://git.musl-libc.org/musl
+        git+https://git.musl-libc.org/musl
         git+https://github.com/WebAssembly/binaryen.git
         git+https://github.com/mingw-w64/mingw-w64.git
         git+https://github.com/aykevl/macos-minimal-sdk.git

Reply via email to