]> Cypherpunks repositories - bass.git/commitdiff
Update GoGOST
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:46:57 +0000 (15:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 12:46:57 +0000 (15:46 +0300)
build/distfiles/.gitignore
build/distfiles/gogost-v6.0.0-modcache.do [moved from build/distfiles/gogost-v5.15.0-modcache.do with 55% similarity]

index 0fe5c0c3cc7cff7a78923e8d06eb9c2c4b39c03aade3800ac4ee2cdd3ba36572..4b14056f913cbac332022a105a51ff0d6f7695283c5324f3d4b408d19e929c9a 100644 (file)
@@ -68,7 +68,7 @@
 /go1.22.4.tar.gz
 /go1.4.3.tar.gz
 /gocheese-4.2.0.tar.zst
-/gogost-v5.15.0-modcache
+/gogost-v6.0.0-modcache
 /golang.org-x-tools-0.18.0-modcache
 /gomodcache/
 /goredo-2.6.2.tar.zst
similarity index 55%
rename from build/distfiles/gogost-v5.15.0-modcache.do
rename to build/distfiles/gogost-v6.0.0-modcache.do
index 93e43cbc01662c63a6c46bd77761fd007f66626fda2af9ca5eeb959f02c15a91..e83073943622cbccea82094a4e3af02299a992a354fb17193460cd4b4dffb0d9 100644 (file)
@@ -1,12 +1,12 @@
 [ -n "$BASS_ROOT" ] || BASS_ROOT="$(dirname "$(realpath -- "$0")")"/../..
 sname=$1.do . "$BASS_ROOT"/lib/rc
 cd "$GOMODCACHE"
-mkdir -p cache/download/go.cypherpunks.ru/gogost/v5/@v
-cd cache/download/go.cypherpunks.ru/gogost/v5/@v
+mkdir -p cache/download/go.cypherpunks.ru/gogost/v6/@v
+cd cache/download/go.cypherpunks.ru/gogost/v6/@v
 for ext in info mod zip ziphash ziphash.sig ; do
-    fn=v5.15.0.$ext
+    fn=v6.0.0.$ext
     [ ! -s $fn ] || continue
-    $JUSTDL tmp http://proxy.go.cypherpunks.su/go.cypherpunks.ru/gogost/v5/@v/$fn
+    $JUSTDL tmp http://proxy.go.cypherpunks.su/go.cypherpunks.su/gogost/v6/@v/$fn
     $FSYNC tmp
     mv tmp $fn
 done