Skip to content

Commit

Permalink
x11/cliphist: update to 0.4.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/sentriz/cliphist/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Mar 10, 2023
1 parent 75c3b1e commit 1f59284
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
7 changes: 3 additions & 4 deletions x11/cliphist/Makefile
@@ -1,7 +1,6 @@
PORTNAME= cliphist
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
PORTREVISION= 4
DISTVERSION= 0.4.0
CATEGORIES= x11 wayland

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -14,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= sentriz
GH_TUPLE= etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
golang:sys:3681064d5158:golang_sys/vendor/golang.org/x/sys \
GH_TUPLE= etcd-io:bbolt:v1.3.7:etcd_io_bbolt/vendor/go.etcd.io/bbolt \
golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \
matryer:is:v1.4.0:matryer_is/vendor/github.com/matryer/is
PLIST_FILES= bin/${PORTNAME}

Expand Down
14 changes: 7 additions & 7 deletions x11/cliphist/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1647089680
SHA256 (sentriz-cliphist-v0.3.1_GH0.tar.gz) = 381b92356e76229c5d15c2d42b3ee63734b7463aacbd200087abd6ed3c30c5ce
SIZE (sentriz-cliphist-v0.3.1_GH0.tar.gz) = 18757
SHA256 (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = a2e524f7f32c44fa0765de192ac0789c585010cadd2c2ddcf9518e858a96ec1f
SIZE (etcd-io-bbolt-v1.3.6_GH0.tar.gz) = 98025
SHA256 (golang-sys-3681064d5158_GH0.tar.gz) = c084b1b6a081b78986c7364ec483397d6c128aa447ab672aa132fda309bd4db7
SIZE (golang-sys-3681064d5158_GH0.tar.gz) = 1258557
TIMESTAMP = 1678271934
SHA256 (sentriz-cliphist-v0.4.0_GH0.tar.gz) = e492d6cd4e1bfc77582e32e25a3683687f2ff22e8d390cd06e14d21d7bef32c2
SIZE (sentriz-cliphist-v0.4.0_GH0.tar.gz) = 19130
SHA256 (etcd-io-bbolt-v1.3.7_GH0.tar.gz) = a99c0371bd041a3ca45bd314428976f3f13408ea53dbf2f8aa74b0288889acb2
SIZE (etcd-io-bbolt-v1.3.7_GH0.tar.gz) = 116699
SHA256 (golang-sys-v0.4.0_GH0.tar.gz) = 765fb838f213fb11f22b8f5d2f14d221ccd331010730edd4631976be744d3621
SIZE (golang-sys-v0.4.0_GH0.tar.gz) = 1425141
SHA256 (matryer-is-v1.4.0_GH0.tar.gz) = 9fdffa00496e767c2585c2fd7dbb018bee65b6f65f95aaeb96966719fbdd3ddc
SIZE (matryer-is-v1.4.0_GH0.tar.gz) = 89607
2 changes: 1 addition & 1 deletion x11/cliphist/pkg-descr
@@ -1,7 +1,7 @@
cliphist is clipboard history "manager" for wayland

- write clipboard changes to a history file
- recall history with dmenu (for example)
- recall history with dmenu / rofi / wofi (or whatever other picker you like)
- both text and images are supported
- clipboard is preserved byte-for-byte
- leading / trailing whitespace / no whitespace or newlines are
Expand Down

0 comments on commit 1f59284

Please sign in to comment.