aboutsummaryrefslogtreecommitdiff
path: root/system/skim/skim.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/skim/skim.SlackBuild')
-rw-r--r--system/skim/skim.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/skim/skim.SlackBuild b/system/skim/skim.SlackBuild
index 4199c85fac..3e6a2b703f 100644
--- a/system/skim/skim.SlackBuild
+++ b/system/skim/skim.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for skim
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2023-2024 Andrew Clemons, Tokyo Japan
+# Copyright 2023-2025 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=skim
BINNAM=sk
-VERSION=${VERSION:-0.10.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.20.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,7 +85,7 @@ cd $PRGNAM-$VERSION
# build offline
# configuration tells cargo to use the configured directory
# for dependencies intead of downloading from crates.io
-mkdir .cargo
+mkdir -p .cargo
cat << EOF >> .cargo/config
[source.crates-io]
registry = 'https://github.com/rust-lang/crates.io-index'