summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2016-08-29 01:40:27 +0200
committerfunilrys2016-08-29 01:40:27 +0200
commitadb81bd8cdf56a836b4cbaf6473ddfcf4ee2714a (patch)
treeefb233154e334715a4916141772033b83141c5ec
parentd8286b3fc9a1492f93db6309ccd2b1f47745134b (diff)
downloadaur-adb81bd8cdf56a836b4cbaf6473ddfcf4ee2714a.tar.gz
Update to v0.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf1542027ae..56a254c83659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mod-echo-git
pkgdesc = Nginx module that brings shell-style goodiesto nginx config file
- pkgver = 0.58.r15.g4f7aa50
+ pkgver = 0.60
pkgrel = 3
url = https://github.com/openresty/echo-nginx-module
arch = i686
@@ -8,9 +8,9 @@ pkgbase = nginx-mod-echo-git
license = custom
makedepends = git
depends = nginx=1.10.0
- source = git://github.com/openresty/echo-nginx-module.git
+ source = https://github.com/openresty/echo-nginx-module/archive/v0.60.tar.gz
source = http://nginx.org/download/nginx-1.10.0.tar.gz
- md5sums = SKIP
+ md5sums = 897338c2c4bc44f2d56ae06ab9820372
md5sums = c184c873d2798c5ba92be95ed1209c02
pkgname = nginx-mod-echo-git
diff --git a/PKGBUILD b/PKGBUILD
index 341e7be914db..ac62c811b758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
+# Maintainer: Nissar Chababy <funilrys at outlook dot com>
+# Ex-Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
_ngx_ver=1.10.0
_mod_name=echo
pkgname=nginx-mod-${_mod_name}-git
-pkgver=0.58.r15.g4f7aa50
+pkgver=0.60
pkgrel=3
pkgdesc='Nginx module that brings shell-style goodiesto nginx config file'
arch=('i686' 'x86_64')
@@ -12,9 +13,9 @@ url='https://github.com/openresty/echo-nginx-module'
license=('custom')
depends=("nginx=$_ngx_ver")
makedepends=('git')
-source=(git://github.com/openresty/${_mod_name}-nginx-module.git
+source=(https://github.com/openresty/${_mod_name}-nginx-module/archive/${pkgver}.tar.gz
http://nginx.org/download/nginx-${_ngx_ver}.tar.gz)
-md5sums=('SKIP'
+md5sums=('897338c2c4bc44f2d56ae06ab9820372'
'c184c873d2798c5ba92be95ed1209c02')
_ngx_flags=(