summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2016-09-12 15:27:16 +0200
committerRubenKelevra2016-09-12 15:27:16 +0200
commitbb2f89f2b941405744c586f3185918d18fc76cbc (patch)
treeb3da6fb2b716252d3dccb9b8d4994c6569f2d22f
parentb81e7690242ee83ff100d718bd94aaad020bd442 (diff)
downloadaur-bb2f89f2b941405744c586f3185918d18fc76cbc.tar.gz
update version
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc7ec6f3298..c9830cb3d14c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
- pkgver = 1.11.1
+ pkgver = 1.11.3
pkgrel = 1
url = http://nginx.org
arch = i686
@@ -36,16 +36,16 @@ pkgbase = nginx-mainline-libressl
source = nginx.conf
source = nginx.logrotate
source = nginx.service
- source = http://nginx.org/download/nginx-1.11.1.tar.gz
- source = http://nginx.org/download/nginx-1.11.1.tar.gz.asc
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.1.tar.gz
- source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.1.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.11.3.tar.gz
+ source = http://nginx.org/download/nginx-1.11.3.tar.gz.asc
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.2.tar.gz
+ source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.2.tar.gz.asc
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
- sha256sums = 5d8dd0197e3ffeb427729c045382182fb28db8e045c635221b2e0e6722821ad0
+ sha256sums = 4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610
sha256sums = SKIP
- sha256sums = 121922b13169cd47a85e3e77f0bc129f8d04247193b42491cb1fab9074e80477
+ sha256sums = 5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3
sha256sums = SKIP
pkgname = nginx-mainline-libressl
diff --git a/PKGBUILD b/PKGBUILD
index bc0f9538436f..b56a3764b1fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-mainline-libressl
-pkgver=1.11.1
+pkgver=1.11.3
pkgrel=1
-librever=2.4.1
+librever=2.4.2
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
arch=('i686' 'x86_64')
@@ -51,9 +51,9 @@ source=( "nginx.conf"
sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
- '5d8dd0197e3ffeb427729c045382182fb28db8e045c635221b2e0e6722821ad0'
+ '4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610'
'SKIP'
- '121922b13169cd47a85e3e77f0bc129f8d04247193b42491cb1fab9074e80477'
+ '5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3'
'SKIP')
build() {