wally-cli: update to 2.0.1.

This commit is contained in:
Piraty 2021-10-14 23:23:47 +02:00
parent 2f913f3998
commit 212155a28b
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077
2 changed files with 4 additions and 14 deletions
srcpkgs/wally-cli

View file

@ -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.

View file

@ -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 <waynevanson@gmail.com>"
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"
}