summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902020-04-16 19:36:31 +0200
committerfrancoism902020-04-16 19:36:31 +0200
commit0293ce587b7d9617830794e83aed62387244e831 (patch)
tree3b0556aa8451d2a6b370e17208f3e59665777683
parentf4e9fc03fa7e8904f84e5efdb4a26b42e6880548 (diff)
downloadaur-0293ce587b7d9617830794e83aed62387244e831.tar.gz
nginx-mainline=1.17.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e15cd3c9eac..c54da31fc819 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
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 = 4
+ pkgrel = 1
url = https://github.com/kaltura/nginx-secure-token-module
arch = i686
arch = x86_64
license = CUSTOM
makedepends = git
- depends = nginx-mainline=1.17.9
+ depends = nginx-mainline=1.17.10
provides = nginx-mainline-mod-secure-token
conflicts = nginx-mainline-mod-secure-token
- source = https://nginx.org/download/nginx-1.17.9.tar.gz
- source = https://nginx.org/download/nginx-1.17.9.tar.gz.asc
+ source = https://nginx.org/download/nginx-1.17.10.tar.gz
+ source = https://nginx.org/download/nginx-1.17.10.tar.gz.asc
source = ngx_secure_token::git+https://github.com/kaltura/nginx-secure-token-module.git
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
- sha256sums = 7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689
+ sha256sums = a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd315bf95a09..aaffc945ad6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
_modname="ngx_secure_token"
-_nginxver=1.17.9
+_nginxver=1.17.10
pkgname=nginx-mainline-mod-secure-token-git
pkgver=r153.596ed5f
-pkgrel=4
+pkgrel=1
pkgdesc="Generates CDN tokens, either as a cookie or as a query string parameter."
arch=('i686' 'x86_64')
depends=("nginx-mainline=$_nginxver")
@@ -25,7 +25,7 @@ validpgpkeys=(
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
)
-sha256sums=('7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689'
+sha256sums=('a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83'
'SKIP'
'SKIP')