diff options
Diffstat (limited to 'system/onefetch/onefetch.SlackBuild')
-rw-r--r-- | system/onefetch/onefetch.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/onefetch/onefetch.SlackBuild b/system/onefetch/onefetch.SlackBuild index c358e53045..cc049f3050 100644 --- a/system/onefetch/onefetch.SlackBuild +++ b/system/onefetch/onefetch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onefetch -# Copyright 2023-2024 K. Eugene Carlson Tsukuba, Japan +# Copyright 2023-2025 K. Eugene Carlson Tsukuba, Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onefetch -VERSION=${VERSION:-2.22.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.25.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,7 +90,8 @@ cd .. # build offline # configuration tells cargo to use the configured directory # for dependencies instead of downloading from crates.io -cat << EOF >> .cargo/config +mkdir .cargo +cat << EOF >> .cargo/config.toml [source.crates-io] registry = 'https://github.com/rust-lang/crates.io-index' replace-with = 'vendored-sources' |