diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-10-25 17:49:10 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-10-25 17:49:10 +0300 |
commit | d55282105a69bd3c9e2b10787ea4561dbe7d8057 (patch) | |
tree | 7f24877c31a2723f55138d9e4915fbab649f7632 /pkg/deb/Makefile.go18 | |
parent | a04554118c34448490fa6df8c7aa1791f6f471e0 (diff) | |
download | unit-d55282105a69bd3c9e2b10787ea4561dbe7d8057.tar.gz unit-d55282105a69bd3c9e2b10787ea4561dbe7d8057.tar.bz2 |
Packages: updated to 1.5-1.
Diffstat (limited to 'pkg/deb/Makefile.go18')
-rw-r--r-- | pkg/deb/Makefile.go18 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/Makefile.go18 b/pkg/deb/Makefile.go18 index aaaae40d..70b155d4 100644 --- a/pkg/deb/Makefile.go18 +++ b/pkg/deb/Makefile.go18 @@ -4,7 +4,7 @@ MODULE_SUFFIX_go18= go1.8 MODULE_SUMMARY_go18= Go 1.8 module for NGINX Unit MODULE_VERSION_go18= $(VERSION) -MODULE_RELEASE_go18= 2 +MODULE_RELEASE_go18= 1 MODULE_CONFARGS_go18= go --go=/usr/lib/go-1.8/bin/go --go-path=/usr/share/gocode MODULE_MAKEARGS_go18= /usr/lib/go-1.8/bin/go |