diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2022-01-12 12:25:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:44 +0700 |
commit | 71933b642d083857474afa0dc7d6f806c89ab48e (patch) | |
tree | fc7feb8009a6ca2769445edb3c9ff9062f1ec444 /desktop/find-cursor | |
parent | de4a4dcb4246110939b77db7e2413be9ddef543f (diff) |
desktop/find-cursor: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/find-cursor')
-rw-r--r-- | desktop/find-cursor/find-cursor.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/find-cursor/find-cursor.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/find-cursor/find-cursor.SlackBuild b/desktop/find-cursor/find-cursor.SlackBuild index 7ca38d4d6520..32dda040a18e 100644 --- a/desktop/find-cursor/find-cursor.SlackBuild +++ b/desktop/find-cursor/find-cursor.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=find-cursor -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE README.markdown \ + LICENSE README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/find-cursor/find-cursor.info b/desktop/find-cursor/find-cursor.info index e945da879d26..84f3fbd3e86b 100644 --- a/desktop/find-cursor/find-cursor.info +++ b/desktop/find-cursor/find-cursor.info @@ -1,8 +1,8 @@ PRGNAM="find-cursor" -VERSION="1.7" +VERSION="1.8" HOMEPAGE="https://github.com/arp242/find-cursor" -DOWNLOAD="https://github.com/arp242/find-cursor/archive/v1.7/find-cursor-1.7.tar.gz" -MD5SUM="b46c9a1812f3abe3639a9bfafe75fcc8" +DOWNLOAD="https://github.com/arp242/find-cursor/archive/v1.8/find-cursor-1.8.tar.gz" +MD5SUM="dc8b708101c5f1e5bc2ff8a88676940b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |