yank: update to 1.2.0.
This commit is contained in:
parent
9ea253f307
commit
a5dccd2c1c
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'yank'
|
# Template file for 'yank'
|
||||||
pkgname=yank
|
pkgname=yank
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
make_use_env=yes
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_use_env=yes
|
||||||
depends="xsel"
|
depends="xsel"
|
||||||
short_desc="Yank terminal output to clipboard"
|
short_desc="Yank terminal output to clipboard"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
@ -11,7 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/mptre/yank"
|
homepage="https://github.com/mptre/yank"
|
||||||
changelog="https://raw.githubusercontent.com/mptre/yank/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/mptre/yank/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
|
distfiles="https://github.com/mptre/yank/releases/download/v${version}/yank-${version}.tar.gz"
|
||||||
checksum=f197107cd604c41ef3c2390175bd34e5ad3c7cf1feafedefe357ba75149f1c59
|
checksum=b500d1a71378e69a2a348032107e6d8db728b8f6af280a9bb4cb446c1d26e43a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue