Last active
April 27, 2018 07:06
-
-
Save Xuanwo/ba3c5e651560086412240c4ef5bffb1f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- pkgbuild 2018-04-27 14:59:37.114327496 +0800 | |
+++ pkgbuild.new 2018-04-27 15:00:25.491564539 +0800 | |
@@ -5,7 +5,7 @@ | |
pkgrel=1 | |
_modname="${pkgname#nginx-mainline-mod-}" | |
-_nginxver=1.13.10 | |
+_nginxver=1.13.12 | |
pkgdesc='Lua script engine module for mainline nginx' | |
arch=('i686' 'x86_64') | |
@@ -18,7 +18,7 @@ | |
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz | |
) | |
-sha256sums=('336182104d90be3c40c874f7f06f87dbb357da1dc74ea573ad081a0f29a94885' | |
+sha256sums=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de' | |
'18edf2d18fa331265c36516a4a19ba75d26f46eafcc5e0c2d9aa6c237e8bc110') | |
build() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment