]> Cypherpunks repositories - bass.git/commitdiff
proxy.go.cypherpunks.ru->.su
authorSergey Matveev <stargrave@stargrave.org>
Mon, 22 Jul 2024 13:54:12 +0000 (16:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 22 Jul 2024 13:54:12 +0000 (16:54 +0300)
build/distfiles/gogost-v5.15.0-modcache.do

index a7dbd70b94fe8cffe0a3fa201920fadfea64e88cd64b3fcd49a86e14a7c175cd..93e43cbc01662c63a6c46bd77761fd007f66626fda2af9ca5eeb959f02c15a91 100644 (file)
@@ -6,7 +6,7 @@ cd cache/download/go.cypherpunks.ru/gogost/v5/@v
 for ext in info mod zip ziphash ziphash.sig ; do
     fn=v5.15.0.$ext
     [ ! -s $fn ] || continue
-    $JUSTDL tmp http://proxy.go.cypherpunks.ru/go.cypherpunks.ru/gogost/v5/@v/$fn
+    $JUSTDL tmp http://proxy.go.cypherpunks.su/go.cypherpunks.ru/gogost/v5/@v/$fn
     $FSYNC tmp
     mv tmp $fn
 done