From 82944a2b1d36e68431734d04f6461ee3fac72b55 Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Sat, 2 Feb 2019 13:26:43 -0800 Subject: [PATCH] xq-api: update to 0.3.0. Closes: #8104 [via git-merge-pr] --- srcpkgs/xq-api/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xq-api/template b/srcpkgs/xq-api/template index 24c041f3ddb..9b310c50075 100644 --- a/srcpkgs/xq-api/template +++ b/srcpkgs/xq-api/template @@ -1,6 +1,6 @@ # Template file for 'xq-api' pkgname=xq-api -version=0.2.0 +version=0.3.0 revision=1 build_style=go go_import_path=go.spiff.io/xq-api @@ -11,12 +11,12 @@ 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" -checksum=34d88a8ee3448aa066d79479e0f35736cf5e63d20a0358ea7fb25860b40991c7 +checksum=2db5089928be8c809fb5df40b35351fb379912283eee54edcdb16f93e6d341ae system_accounts="_xqapi" _xqapi_homedir="/var/lib/xq-api" post_install() { vman xq-api.8 - vlicense COPYING + vlicense COPYING NOTICE vsv xq-api }