summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2018-07-09 11:09:47 +0200
committerMassimiliano Torromeo2018-07-09 11:09:47 +0200
commit3124684f434ab63045623a0095d6b6dd953d0ad9 (patch)
treee528b0f972719f71da772d9ea948c09b9a7d88db
parent1e084478307e0c48184d30d02c0ee017f654f7c8 (diff)
downloadaur-3124684f434ab63045623a0095d6b6dd953d0ad9.tar.gz
Updated to 0.3.0-15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d86404076eb..f98361d6075f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Fri Jun 8 15:12:59 UTC 2018
pkgbase = nginx-mainline-mod-ndk
pkgdesc = Module for mainline nginx that adds generic tools that module developers can use
pkgver = 0.3.0
- pkgrel = 14
+ pkgrel = 15
url = https://github.com/simpl/ngx_devel_kit
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = https://nginx.org/download/nginx-1.15.0.tar.gz
+ source = https://nginx.org/download/nginx-1.15.1.tar.gz
source = https://github.com/simpl/ngx_devel_kit/archive/v0.3.0/ngx_devel_kit-0.3.0.tar.gz
- sha256sums = b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516
+ sha256sums = c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
sha256sums = 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619
pkgname = nginx-mainline-mod-ndk
diff --git a/PKGBUILD b/PKGBUILD
index 875e8ded6232..df1c6e46fdbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-ndk
pkgver=0.3.0
-pkgrel=14
+pkgrel=15
_modname="ngx_devel_kit"
-_nginxver=1.15.0
+_nginxver=1.15.1
pkgdesc="Module for mainline nginx that adds generic tools that module developers can use"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=(
https://github.com/simpl/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
)
-sha256sums=('b0b58c9a3fd73aa8b89edf5cfadc6641a352e0e6d3071db1eb3215d72b7fb516'
+sha256sums=('c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460'
'88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619')
build() {