mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 02:23:00 +01:00
upgpkg: nginx-tcp 1.8.0-1
This commit is contained in:
parent
d87bf6791e
commit
865feb1567
2 changed files with 21 additions and 2 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
build/
|
||||
test/
|
||||
src/
|
||||
pkg/
|
||||
*.xz
|
||||
*.gz
|
||||
*.zip
|
||||
*.bz2
|
||||
*.tgz
|
||||
*.sig
|
||||
*.asc
|
||||
*.swp
|
||||
cookies
|
||||
|
||||
*.c
|
||||
*.cpp
|
||||
*.h
|
||||
*.hpp
|
||||
*.o
|
||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -9,7 +9,7 @@ _gitname=nginx_tcp_proxy_module
|
|||
|
||||
pkgname=nginx-tcp
|
||||
_pkgname=nginx
|
||||
pkgver=1.6.2
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, with nginx_tcp_proxy_module.'
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -31,7 +31,7 @@ install=nginx.install
|
|||
source=($url/download/nginx-$pkgver.tar.gz
|
||||
service
|
||||
logrotate)
|
||||
sha256sums=('b5608c2959d3e7ad09b20fc8f9e5bd4bc87b3bc8ba5936a513c04ed8f1391a18'
|
||||
sha256sums=('23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5'
|
||||
'4ecbc33ce4bf2965996f51b0c7edb677904ba5cff9a32e93e1487a428d3a751b'
|
||||
'8700222687c1848f7669faaa23708adc92d6634de156b8935b5b9a9b062ce6e9')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue