Browse Source

misc/cliphist: Updated for version 0.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
Jay Lanagan 12 months ago
committed by Willy Sudiarto Raharjo
parent
commit
86931e5359
  1. 4
      misc/cliphist/cliphist.SlackBuild
  2. 10
      misc/cliphist/cliphist.info

4
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 \

10
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"

Loading…
Cancel
Save