Skip to content

Commit

Permalink
Correct cosign bundle filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed May 23, 2024
1 parent 770db19 commit 6d37e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ edit the :file:`setup.apsw` file inside.
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.0/apsw-3.46.0.0.zip>`__
(Source, includes this HTML Help)

* `apsw-3.46.0.0-cosign.bundle
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.0/apsw-3.46.0.0-cosign.bundle>`__
* `apsw-3.46.0.0.cosign-bundle
<https://github.com/rogerbinns/apsw/releases/download/3.46.0.0/apsw-3.46.0.0.cosign-bundle>`__
cosign signature

.. downloads-end
Expand Down
4 changes: 2 additions & 2 deletions tools/docupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
op.append(url % ("apsw-%s.zip" % version))
op.append(" (Source, includes this HTML Help)")
op.append("")
op.append("* `apsw-%s-cosign.bundle " % (version,))
op.append(url % ("apsw-%s-cosign.bundle" % version))
op.append("* `apsw-%s.cosign-bundle " % (version,))
op.append(url % ("apsw-%s.cosign-bundle" % version))
op.append(" cosign signature")
op.append("")
continue
Expand Down

0 comments on commit 6d37e6f

Please sign in to comment.