@@ -82,20 +82,20 @@ edit the :file:`setup.apsw` file inside.
8282
8383.. downloads-begin
8484
85- * `apsw-3.50.0 .0.zip
86- <https://github.com/rogerbinns/apsw/releases/download/3.50.0 .0/apsw-3.50.0 .0.zip> `__
85+ * `apsw-3.50.1 .0.zip
86+ <https://github.com/rogerbinns/apsw/releases/download/3.50.1 .0/apsw-3.50.1 .0.zip> `__
8787 (Source as zip, includes this HTML Help)
8888
89- * `apsw-3.50.0 .0.tar.gz
90- <https://github.com/rogerbinns/apsw/releases/download/3.50.0 .0/apsw-3.50.0 .0.tar.gz> `__
89+ * `apsw-3.50.1 .0.tar.gz
90+ <https://github.com/rogerbinns/apsw/releases/download/3.50.1 .0/apsw-3.50.1 .0.tar.gz> `__
9191 (Source as tar.gz, includes this HTML Help)
9292
93- * `apsw-3.50.0 .0.zip.cosign-bundle
94- <https://github.com/rogerbinns/apsw/releases/download/3.50.0 .0/apsw-3.50.0 .0.zip.cosign-bundle> `__
93+ * `apsw-3.50.1 .0.zip.cosign-bundle
94+ <https://github.com/rogerbinns/apsw/releases/download/3.50.1 .0/apsw-3.50.1 .0.zip.cosign-bundle> `__
9595 cosign signature for zip source
9696
97- * `apsw-3.50.0 .0.tar.gz.cosign-bundle
98- <https://github.com/rogerbinns/apsw/releases/download/3.50.0 .0/apsw-3.50.0 .0.tar.gz.cosign-bundle> `__
97+ * `apsw-3.50.1 .0.tar.gz.cosign-bundle
98+ <https://github.com/rogerbinns/apsw/releases/download/3.50.1 .0/apsw-3.50.1 .0.tar.gz.cosign-bundle> `__
9999 cosign signature for tar.gz source
100100
101101.. downloads-end
@@ -127,18 +127,18 @@ Verify
127127
128128 .. code-block :: console
129129
130- $ cosign verify-blob apsw-3.50.0 .0.zip \
130+ $ cosign verify-blob apsw-3.50.1 .0.zip \
131131 --new-bundle-format \
132- --bundle apsw-3.50.0 .0.zip.cosign-bundle \
132+ --bundle apsw-3.50.1 .0.zip.cosign-bundle \
133133 --certificate-identity=rogerb@rogerbinns.com \
134134 --certificate-oidc-issuer=https://github.com/login/oauth
135135 Verified OK
136136
137- $ python3 -m sigstore verify identity apsw-3.50.0 .0.zip \
138- --bundle apsw-3.50.0 .0.zip.cosign-bundle \
137+ $ python3 -m sigstore verify identity apsw-3.50.1 .0.zip \
138+ --bundle apsw-3.50.1 .0.zip.cosign-bundle \
139139 --cert-identity=rogerb@rogerbinns.com \
140140 --cert-oidc-issuer=https://github.com/login/oauth
141- OK: apsw-3.50.0 .0.zip
141+ OK: apsw-3.50.1 .0.zip
142142
143143 .. verify-end
144144
0 commit comments