diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-09 07:48:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:15 +0700 |
commit | 741159fd594bc74ba6cc02ca063b6b7dc0e0ef7b (patch) | |
tree | 50f5ea3718d749b3e56665311b8633be2452337a /misc | |
parent | d39ca45595f150be4f02f24a29998d50e9770c99 (diff) |
misc/cliphist: Updated for version 0.5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cliphist/cliphist.SlackBuild | 2 | ||||
-rw-r--r-- | misc/cliphist/cliphist.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/cliphist/cliphist.SlackBuild b/misc/cliphist/cliphist.SlackBuild index 166d181626c2f..b7a4ede8e5af1 100644 --- a/misc/cliphist/cliphist.SlackBuild +++ b/misc/cliphist/cliphist.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cliphist -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/cliphist/cliphist.info b/misc/cliphist/cliphist.info index 6455a290079dd..2dbff811adfed 100644 --- a/misc/cliphist/cliphist.info +++ b/misc/cliphist/cliphist.info @@ -1,10 +1,10 @@ PRGNAM="cliphist" -VERSION="0.4.0" +VERSION="0.5.0" HOMEPAGE="https://github.com/sentriz/cliphist" -DOWNLOAD="https://github.com/sentriz/cliphist/archive/v0.4.0/cliphist-0.4.0.tar.gz \ - https://slackware.lngn.net/pub/source/cliphist/cliphist-vendor-0.4.0.tar.gz" -MD5SUM="c320261f822158a9e9d32c3c2b77d5d9 \ - c7b78ac0a63f3a9e009d8bf78cb40b3a" +DOWNLOAD="https://github.com/sentriz/cliphist/archive/v0.5.0/cliphist-0.5.0.tar.gz \ + https://slackware.lngn.net/pub/source/cliphist/cliphist-vendor-0.5.0.tar.gz" +MD5SUM="5c502fc1b0122ed75eacec2e0d82e583 \ + ac9100760b4ca1ce037dcba5592669f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang wl-clipboard" |