Skip to content
Snippets Groups Projects
Unverified Commit 678e9f5a authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

libksba: add new version (#18798)

parent 7d5ddb1f
Branches
Tags
No related merge requests found
......@@ -13,10 +13,13 @@ class Libksba(AutotoolsPackage):
homepage = "https://gnupg.org/software/libksba/index.html"
url = "https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2"
version('1.4.0', sha256='bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6')
version('1.3.5', sha256='41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340')
depends_on('libgpg-error@1.8:')
conflicts('%apple-clang@12:', when='@:1.3')
def configure_args(self):
return [
'--with-libgpg-error-prefix=' + self.spec['libgpg-error'].prefix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment