forked from rogerbinns/apsw
-
Notifications
You must be signed in to change notification settings - Fork 0
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
8ded9d2
commit a58a10f
Showing
8 changed files
with
16 additions
and
14 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.1.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.1.0/apsw-3.47.1.0.zip>`__ | ||
* `apsw-3.47.2.0.zip | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.2.0/apsw-3.47.2.0.zip>`__ | ||
(Source, includes this HTML Help) | ||
|
||
* `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>`__ | ||
* `apsw-3.47.2.0.cosign-bundle | ||
<https://github.com/rogerbinns/apsw/releases/download/3.47.2.0/apsw-3.47.2.0.cosign-bundle>`__ | ||
cosign signature | ||
|
||
.. downloads-end | ||
|
@@ -120,8 +120,8 @@ Verify | |
.. code-block:: console | ||
$ cosign verify-blob apsw-3.47.1.0.zip \ | ||
--bundle apsw-3.47.1.0.cosign-bundle \ | ||
$ cosign verify-blob apsw-3.47.2.0.zip \ | ||
--bundle apsw-3.47.2.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.1.0" | ||
#define APSW_VERSION "3.47.2.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 = ( | ||
"3470200", | ||
"3470100", | ||
"3470000", | ||
"3460100", | ||
|
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