yank: update to 1.1.0.
This commit is contained in:
parent
78ffb74446
commit
ab0278ded3
1 changed files with 5 additions and 3 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'yank'
|
||||
pkgname=yank
|
||||
version=1.0.0
|
||||
version=1.1.0
|
||||
revision=1
|
||||
make_use_env=yes
|
||||
build_style=gnu-makefile
|
||||
depends="xsel"
|
||||
short_desc="Yank terminal output to clipboard"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/mptre/yank"
|
||||
license="MIT"
|
||||
homepage="https://github.com/mptre/yank"
|
||||
changelog="https://raw.githubusercontent.com/mptre/yank/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
|
||||
checksum=20ba1b01a7514f2f670702e83846f42429e2e90491dc1f679c8319a45a0382de
|
||||
checksum=f197107cd604c41ef3c2390175bd34e5ad3c7cf1feafedefe357ba75149f1c59
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue