]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Update checksum types in bindings documentation
authorMichael Schroeder <mls@suse.de>
Tue, 13 Dec 2022 13:06:12 +0000 (14:06 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 13 Dec 2022 13:07:41 +0000 (14:07 +0100)
doc/gen/libsolv-bindings.3
doc/libsolv-bindings.txt

index 3e1d7fa9e3573637e5ab2b9288702388306ac8bc..dae03bd6dc2a0c47ce1c225e27f6a92977b164b8 100644 (file)
@@ -5610,7 +5610,10 @@ Create a checksum object\&. Currently the following types are supported:
 .nf
 \fBREPOKEY_TYPE_MD5\fR
 \fBREPOKEY_TYPE_SHA1\fR
+\fBREPOKEY_TYPE_SHA224\fR
 \fBREPOKEY_TYPE_SHA256\fR
+\fBREPOKEY_TYPE_SHA384\fR
+\fBREPOKEY_TYPE_SHA512\fR
 .fi
 .if n \{\
 .RE
index 126e143335d79213c7a1d3794b652ad7ae50f7bb..5106e4f460e76344ecfacdfe911dc6f42f1125ff 100644 (file)
@@ -3440,7 +3440,10 @@ Create a checksum object. Currently the following types are supported:
 
        REPOKEY_TYPE_MD5
        REPOKEY_TYPE_SHA1
+       REPOKEY_TYPE_SHA224
        REPOKEY_TYPE_SHA256
+       REPOKEY_TYPE_SHA384
+       REPOKEY_TYPE_SHA512
 
 These keys are constants in the *solv* class.