summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Vincent2017-08-14 10:26:43 +0200
committerMaxime Vincent2017-08-14 10:26:43 +0200
commitec1009434416af11fde079c752c74ec3de4b65fb (patch)
treea0725b70722864dc7c76b3c696f5ba1f5d197510
parentf339c1248048e95755e6a843f7381b4be24666a6 (diff)
downloadaur-ec1009434416af11fde079c752c74ec3de4b65fb.tar.gz
Up to v3.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5343b7db172..54b9a4b61b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wolfssl
pkgdesc = A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL)
- pkgver = 3.9.8
+ pkgver = 3.12.0
pkgrel = 2
url = https://www.wolfssl.com/
arch = i686
arch = x86_64
license = GPL
depends = bash
- source = https://github.com/wolfSSL/wolfssl/archive/v3.9.8.tar.gz
- sha1sums = f196523e9ed50e5ab08d7f6b90cdad827178db2f
+ source = https://github.com/wolfSSL/wolfssl/archive/v3.12.0-stable.tar.gz
+ sha256sums = 5045f6dc4221a8cf4fa993d020dda0886be4028d0e2cefbf9713b58f6eb0e635
pkgname = wolfssl
diff --git a/PKGBUILD b/PKGBUILD
index 61a70bc0cc9e..49398a95f538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Vincent <maxime.vince@gmail.com>
pkgname=wolfssl
-pkgver=3.10.2
+pkgver=3.12.0
pkgrel=2
pkgdesc='A small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. (formerly CyaSSL) '
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=(GPL)
depends=('bash')
url='https://www.wolfssl.com/'
source=(https://github.com/wolfSSL/wolfssl/archive/v$pkgver-stable.tar.gz)
-sha256sums=('2107635718d25f1aafbeb8b07513ed5feda9afc42de7ce0f2508ce17f2a06b9e')
+sha256sums=('5045f6dc4221a8cf4fa993d020dda0886be4028d0e2cefbf9713b58f6eb0e635')
build() {
cd $pkgname-$pkgver-stable