From 212155a28b9208042f6642b288aa1a339f156058 Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 14 Oct 2021 23:23:47 +0200 Subject: [PATCH] wally-cli: update to 2.0.1. --- srcpkgs/wally-cli/files/LICENSE | 9 --------- srcpkgs/wally-cli/template | 9 ++++----- 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/wally-cli/files/LICENSE diff --git a/srcpkgs/wally-cli/files/LICENSE b/srcpkgs/wally-cli/files/LICENSE deleted file mode 100644 index 45bbd402c83..00000000000 --- a/srcpkgs/wally-cli/files/LICENSE +++ /dev/null @@ -1,9 +0,0 @@ -## License (MIT) - -Copyright 2019-2020, ZSA Technology Labs Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srcpkgs/wally-cli/template b/srcpkgs/wally-cli/template index 93c694c2e8f..26868744d45 100644 --- a/srcpkgs/wally-cli/template +++ b/srcpkgs/wally-cli/template @@ -1,7 +1,7 @@ # Template file for 'wally-cli' pkgname=wally-cli -version=2.0.0 -revision=2 +version=2.0.1 +revision=1 wrksrc="wally-cli-${version}-linux" build_style=go go_import_path="github.com/zsa/wally-cli" @@ -13,9 +13,8 @@ maintainer="Wayne Van Son " license="MIT" homepage="https://www.zsa.io/wally/" distfiles="https://github.com/zsa/wally-cli/archive/${version}-linux.tar.gz" -checksum=2641c7deededeeba1aecf6b3ae3e87050a0cfd81c8b41323b2304ebe21e61745 +checksum=071b1bd10e9160c441e833be3bea211ccf835c4f1792b0c6c7fc86f7aa0695d1 post_install() { - # vendoring license is obsolete in the next release - vlicense "$FILESDIR/LICENSE" + vlicense "${wrksrc}/license.md" }