diff options
Diffstat (limited to 'wolfssl/.SRCINFO')
-rw-r--r-- | wolfssl/.SRCINFO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wolfssl/.SRCINFO b/wolfssl/.SRCINFO new file mode 100644 index 0000000..b0285ed --- /dev/null +++ b/wolfssl/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = wolfssl + pkgdesc = Small, fast, portable implementation of TLS/SSL for embedded devices to the cloud + pkgver = 5.6.0 + pkgrel = 4 + arch = x86_64 + arch = i686 + license = GPL 2.0 + makedepends = autoconf + depends = libtool + provides = wolfssl + conflicts = wolfssl + source = https://github.com/wolfSSL/wolfssl/archive/refs/tags/v5.6.0-stable.tar.gz + sha256sums = c1e689e21a17aa9b838e67a37c3eadfa578c8e260f8c77fb028c0316309f0636 + +pkgname = wolfssl |