Skip to content

Commit 24b815a

Browse files
authored
windows: rename cosign signatures from .sigstore to .sigstore.json (#495)
That seems to be the official filename suffix, though it's difficult to tell.
1 parent c478ceb commit 24b815a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

windows/_index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<a href="CURL_WIN64_ZIP" class="windl">curl for 64-bit (Intel)</a> <br>
4949
Size: CURL_WIN64_ZIP_SIZE<br>
5050
<a href="CURL_WIN64_ZIP.asc">pgp</a> /
51-
<a href="CURL_WIN64_ZIP.sigstore">cosign</a> /
51+
<a href="CURL_WIN64_ZIP.sigstore.json">cosign</a> /
5252
<a href="CURL_WIN64_ZIP.txt">sha256</a>: SHA256_CURL_WIN64<br>
5353

5454
#ifdef CURL_WIN64A_ZIP
@@ -57,7 +57,7 @@
5757
<a href="CURL_WIN64A_ZIP" class="windl">curl for 64-bit (ARM64)</a> <br>
5858
Size: CURL_WIN64A_ZIP_SIZE<br>
5959
<a href="CURL_WIN64A_ZIP.asc">pgp</a> /
60-
<a href="CURL_WIN64A_ZIP.sigstore">cosign</a> /
60+
<a href="CURL_WIN64A_ZIP.sigstore.json">cosign</a> /
6161
<a href="CURL_WIN64A_ZIP.txt">sha256</a>: SHA256_CURL_WIN64A<br>
6262
#endif
6363

@@ -67,7 +67,7 @@
6767
<a href="CURL_WIN32_ZIP" class="windl">curl for 32-bit (Intel)</a> <br>
6868
Size: CURL_WIN32_ZIP_SIZE<br>
6969
<a href="CURL_WIN32_ZIP.asc">pgp</a> /
70-
<a href="CURL_WIN32_ZIP.sigstore">cosign</a> /
70+
<a href="CURL_WIN32_ZIP.sigstore.json">cosign</a> /
7171
<a href="CURL_WIN32_ZIP.txt">sha256</a>: SHA256_CURL_WIN32<br>
7272
#endif
7373

@@ -77,18 +77,18 @@
7777
<p>
7878
<a download="curl-win64-latest.zip" href="latest.cgi?p=win64-mingw.zip">curl for win64 Intel</a>
7979
/ <a download="curl-win64-latest.zip.asc" href="latest.cgi?p=win64-mingw.zip.asc">pgp</a>
80-
/ <a download="curl-win64-latest.zip.sigstore" href="latest.cgi?p=win64-mingw.zip.sigstore">cosign</a>
80+
/ <a download="curl-win64-latest.zip.sigstore.json" href="latest.cgi?p=win64-mingw.zip.sigstore.json">cosign</a>
8181
/ <a download="curl-win64-latest.zip.txt" href="latest.cgi?p=win64-mingw.zip.txt">sha256</a><br>
8282
#ifdef CURL_WIN64A_ZIP
8383
<a download="curl-win64a-latest.zip" href="latest.cgi?p=win64a-mingw.zip">curl for win64 ARM64</a>
8484
/ <a download="curl-win64a-latest.zip.asc" href="latest.cgi?p=win64a-mingw.zip.asc">pgp</a>
85-
/ <a download="curl-win64a-latest.zip.sigstore" href="latest.cgi?p=win64a-mingw.zip.sigstore">cosign</a>
85+
/ <a download="curl-win64a-latest.zip.sigstore.json" href="latest.cgi?p=win64a-mingw.zip.sigstore.json">cosign</a>
8686
/ <a download="curl-win64a-latest.zip.txt" href="latest.cgi?p=win64a-mingw.zip.txt">sha256</a><br>
8787
#endif
8888
#ifdef CURL_WIN32_ZIP
8989
<a download="curl-win32-latest.zip" href="latest.cgi?p=win32-mingw.zip">curl for win32 Intel</a>
9090
/ <a download="curl-win32-latest.zip.asc" href="latest.cgi?p=win32-mingw.zip.asc">pgp</a>
91-
/ <a download="curl-win32-latest.zip.sigstore" href="latest.cgi?p=win32-mingw.zip.sigstore">cosign</a>
91+
/ <a download="curl-win32-latest.zip.sigstore.json" href="latest.cgi?p=win32-mingw.zip.sigstore.json">cosign</a>
9292
/ <a download="curl-win32-latest.zip.txt" href="latest.cgi?p=win32-mingw.zip.txt">sha256</a><br>
9393
#endif
9494

0 commit comments

Comments
 (0)