summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2015-06-19 23:36:51 +0200
committeranthraxx2015-06-19 23:36:51 +0200
commit5dc09be0bff0d3d57f1478e383b2a45b8fc53254 (patch)
tree4126d30e4968f6d4093dfe06c310a6d17853c269
parent6a51602b0ec3c725b2cb20531291646c56ff8dc5 (diff)
downloadaur-5dc09be0bff0d3d57f1478e383b2a45b8fc53254.tar.gz
upgpkg: libressl 2.2.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7255d55b588c..a44a1949a036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libressl
pkgdesc = FREE version of the SSL/TLS protocol forked from OpenSSL - HIGHLY EXPRIMENTAL ONLY
- pkgver = 2.1.6
+ pkgver = 2.2.0
pkgrel = 1
url = http://www.libressl.org/
arch = i686
arch = x86_64
license = custom:Openssl
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.1.6.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.0.tar.gz
source = libressl-dummy-rand-egd.patch
- sha512sums = 21ea1b504a000d130eac03b93301598c808f9ae75448025b8bf5ec83386364c541dbfbf8ba0b8dc1ac672f476d1a95438f73082e4fd8a5bfa8d7a40b265f38a6
+ sha512sums = aee06cf98dfeda9ff68c0db5c36c4f00ae0d436fadccaf811ff6c5ba26ef9e0ff73afb9034b1e3bf2715938a420ed297beee5102442b3bf5d344647d33c04e02
sha512sums = 73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b
pkgname = libressl
diff --git a/PKGBUILD b/PKGBUILD
index d51a7e949dc7..0416acdcdb8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Your system will break if you install this. For breaking purposes only
pkgname=libressl
-pkgver=2.1.6
+pkgver=2.2.0
pkgrel=1
pkgdesc="FREE version of the SSL/TLS protocol forked from OpenSSL - HIGHLY EXPRIMENTAL ONLY"
url="http://www.libressl.org/"
@@ -13,7 +13,7 @@ license=('custom:Openssl')
#conflicts=('openssl')
source=(http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${pkgver}.tar.gz
libressl-dummy-rand-egd.patch)
-sha512sums=('21ea1b504a000d130eac03b93301598c808f9ae75448025b8bf5ec83386364c541dbfbf8ba0b8dc1ac672f476d1a95438f73082e4fd8a5bfa8d7a40b265f38a6'
+sha512sums=('aee06cf98dfeda9ff68c0db5c36c4f00ae0d436fadccaf811ff6c5ba26ef9e0ff73afb9034b1e3bf2715938a420ed297beee5102442b3bf5d344647d33c04e02'
'73ca8a924a23f874287503453d939ecffa40f05760cd539b4773f3f28687ee1f2fa463ca3f2cad4ac5f57a49f3b6a918c015c8829112c61cb3ea7b798c0d110b')
build() {