-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f85be1
commit 8c1f508
Showing
7 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,12 +80,12 @@ edit the :file:`setup.apsw` file inside. | |
|
||
.. downloads-begin | ||
* `apsw-3.47.0.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.0.0/apsw-3.47.0.0.zip>`__ | ||
* `apsw-3.47.1.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.1.0/apsw-3.47.1.0.zip>`__ | ||
(Source, includes this HTML Help) | ||
|
||
* `apsw-3.47.0.0.cosign-bundle | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.0.0/apsw-3.47.0.0.cosign-bundle>`__ | ||
* `apsw-3.47.1.0.cosign-bundle | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.1.0/apsw-3.47.1.0.cosign-bundle>`__ | ||
cosign signature | ||
|
||
.. downloads-end | ||
|
@@ -120,8 +120,8 @@ Verify | |
.. code-block:: console | ||
$ cosign verify-blob apsw-3.47.0.0.zip \ | ||
--bundle apsw-3.47.0.0.cosign-bundle \ | ||
$ cosign verify-blob apsw-3.47.1.0.zip \ | ||
--bundle apsw-3.47.1.0.cosign-bundle \ | ||
[email protected] \ | ||
--certificate-oidc-issuer=https://github.com/login/oauth | ||
Verified OK | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#define APSW_VERSION "3.47.0.0" | ||
#define APSW_VERSION "3.47.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
import setup | ||
|
||
sqlitevers = ( | ||
"3470100", | ||
"3470000", | ||
"3460100", | ||
"3460000", | ||
|