From 576ee92e143a96310e8c4d68a08f110216cf4588 Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Wed, 29 Apr 2020 09:04:13 -0700 Subject: [PATCH] srcpkgs: update maintainer email. --- srcpkgs/gron/template | 4 ++-- srcpkgs/img/template | 4 ++-- srcpkgs/sops/template | 4 ++-- srcpkgs/wrk/template | 4 ++-- srcpkgs/xq-api/template | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/gron/template b/srcpkgs/gron/template index 48c9c3a013d..566d222a195 100644 --- a/srcpkgs/gron/template +++ b/srcpkgs/gron/template @@ -1,12 +1,12 @@ # Template file for 'gron' pkgname=gron version=0.6.0 -revision=1 +revision=2 build_style=go go_import_path=github.com/tomnomnom/gron hostmakedepends="git" short_desc="Tool to make JSON greppable" -maintainer="Noel Cower " +maintainer="Noel Cower " license="MIT" homepage="https://github.com/tomnomnom/gron" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/img/template b/srcpkgs/img/template index e176fe6dc3a..d46ae97a93f 100644 --- a/srcpkgs/img/template +++ b/srcpkgs/img/template @@ -1,13 +1,13 @@ # Template file for 'img' pkgname=img version=0.5.7 -revision=1 +revision=2 build_style=go go_import_path=github.com/genuinetools/img go_build_tags="noembed seccomp" depends="libseccomp runc shadow" short_desc="Standalone, daemonless, unprivileged container image builder" -maintainer="Noel Cower " +maintainer="Noel Cower " license="MIT" homepage="https://github.com/genuinetools/img" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/sops/template b/srcpkgs/sops/template index d2e39c54522..3f82978fcee 100644 --- a/srcpkgs/sops/template +++ b/srcpkgs/sops/template @@ -1,12 +1,12 @@ # Template file for 'sops' pkgname=sops version=3.5.0 -revision=1 +revision=2 build_style=go go_import_path="go.mozilla.org/sops/v3/cmd/sops" hostmakedepends="git" short_desc="Simple and flexible tool for managing secrets" -maintainer="Noel Cower " +maintainer="Noel Cower " license="MPL-2.0" homepage="https://github.com/mozilla/sops" distfiles="${homepage}/archive/v${version}.tar.gz" diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template index 97f0e757774..251dcae88a3 100644 --- a/srcpkgs/wrk/template +++ b/srcpkgs/wrk/template @@ -1,13 +1,13 @@ # Template file for 'wrk' pkgname=wrk version=4.1.0 -revision=3 +revision=4 build_style=gnu-makefile make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr" hostmakedepends="LuaJIT" makedepends="LuaJIT-devel libressl-devel" short_desc="Modern HTTP benchmarking tool" -maintainer="Noel Cower " +maintainer="Noel Cower " license="Apache-2.0" homepage="https://github.com/wg/wrk" distfiles="https://github.com/wg/wrk/archive/${version}.tar.gz" diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template index 61b342f771b..16e97083cae 100644 --- a/srcpkgs/xq-api/template +++ b/srcpkgs/xq-api/template @@ -1,13 +1,13 @@ # Template file for 'xq-api' pkgname=xq-api version=0.4.0 -revision=1 +revision=2 build_style=go go_import_path=go.spiff.io/xq-api conf_files="/etc/sv/xq-api/conf" make_dirs="/var/lib/xq-api 0755 _xqapi _xqapi" short_desc="HTTP-based xbps repodata query API" -maintainer="Noel Cower " +maintainer="Noel Cower " license="BSD-2-Clause" homepage="https://github.com/nilium/xq-api" distfiles="https://github.com/nilium/xq-api/archive/v${version}.tar.gz"