diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-10-23 16:00:26 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-24 11:23:02 +0700 |
commit | 86931e535916cd38347134e3693e2a337fdf3343 (patch) | |
tree | 9a4d9c59b4fd276a827cd709350c50d967237c6b | |
parent | 2e56337fab0a753b80b0d53173e4dda30d3492fd (diff) |
misc/cliphist: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/cliphist/cliphist.SlackBuild | 4 | ||||
-rw-r--r-- | misc/cliphist/cliphist.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/cliphist/cliphist.SlackBuild b/misc/cliphist/cliphist.SlackBuild index b7a4ede8e5af..0724e7250a37 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.5.0} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,7 +72,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.xz chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/misc/cliphist/cliphist.info b/misc/cliphist/cliphist.info index 2dbff811adfe..d54e1efd21dd 100644 --- a/misc/cliphist/cliphist.info +++ b/misc/cliphist/cliphist.info @@ -1,10 +1,10 @@ PRGNAM="cliphist" -VERSION="0.5.0" +VERSION="0.6.1" HOMEPAGE="https://github.com/sentriz/cliphist" -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="https://github.com/sentriz/cliphist/archive/v0.6.1/cliphist-0.6.1.tar.gz \ + https://slackware.lngn.net/pub/source/cliphist/cliphist-vendor-0.6.1.tar.xz" +MD5SUM="2eede2765b840a99fa68edc1110fc933 \ + 0ea07a8c79fa90bb0fd45d2e5d497357" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang wl-clipboard" |