summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902020-03-04 09:34:24 +0100
committerfrancoism902020-03-04 09:34:24 +0100
commit90995c2faa62cc34c5203bb6eb1ac182610e4489 (patch)
tree7d351df66d743a53cd53ce6a9a0321ee33a57199
parent2ad93bb9914f77901a07752d888c5af23bec948a (diff)
downloadaur-90995c2faa62cc34c5203bb6eb1ac182610e4489.tar.gz
updpkg: nginx-mainline=1.17.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ccbc83f082..ffefa3bc48e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nginx-mainline-mod-secure-token-git
pkgdesc = Generates CDN tokens, either as a cookie or as a query string parameter.
pkgver = r153.596ed5f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kaltura/nginx-secure-token-module
arch = i686
arch = x86_64
license = CUSTOM
makedepends = git
- depends = nginx-mainline=1.17.8
+ depends = nginx-mainline=1.17.9
provides = nginx-mainline-mod-secure-token
conflicts = nginx-mainline-mod-secure-token
- source = https://nginx.org/download/nginx-1.17.8.tar.gz
- source = https://nginx.org/download/nginx-1.17.8.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz
+ source = https://nginx.org/download/nginx-1.17.9.tar.gz.asc
source = ngx_secure_token::git+https://github.com/kaltura/nginx-secure-token-module.git
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = 97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b
diff --git a/PKGBUILD b/PKGBUILD
index e473387626b8..3986da5f4fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
_modname="ngx_secure_token"
-_nginxver=1.17.8
+_nginxver=1.17.9
pkgname=nginx-mainline-mod-secure-token-git
pkgver=r153.596ed5f
-pkgrel=1
+pkgrel=2
pkgdesc="Generates CDN tokens, either as a cookie or as a query string parameter."
arch=('i686' 'x86_64')
depends=("nginx-mainline=$_nginxver")