summaryrefslogtreecommitdiffstats
path: root/games/duckstation/duckstation.SlackBuild
diff options
context:
space:
mode:
author Steven Voges2023-03-31 12:53:47 +0200
committer Willy Sudiarto Raharjo2023-04-01 04:14:15 +0200
commit986ca178e9a2f3aa12db3fc721ccfced200d9ab0 (patch)
treeb0e5fb581d3e560f933b0553bc041667a8cd9859 /games/duckstation/duckstation.SlackBuild
parent3ebef9f1ffade61a4beb7f23ca0f0a7ef45f6a46 (diff)
downloadslackbuilds-986ca178e9a2f3aa12db3fc721ccfced200d9ab0.tar.gz
games/duckstation: Updated for version 0.1.6051.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/duckstation/duckstation.SlackBuild')
-rw-r--r--games/duckstation/duckstation.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/duckstation/duckstation.SlackBuild b/games/duckstation/duckstation.SlackBuild
index cfee228483..a37f732caa 100644
--- a/games/duckstation/duckstation.SlackBuild
+++ b/games/duckstation/duckstation.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for duckstation
-# Copyright 2022 Steven Voges <Oregon, USA>
+# Copyright 2022-2023 Steven Voges <Oregon, USA>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,9 +25,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=duckstation
-VERSION=${VERSION:-0.1.5836}
-SRCDATE=${SRCDATE:-20221022}
-SRCVER=${SRCVER:-6f709468601183083b8581d4952aaba7baf77084}
+VERSION=${VERSION:-0.1.6051}
+SRCDATE=${SRCDATE:-20230316}
+SRCVER=${SRCVER:-3bbce19df29ccabd26aef7d8afa09ec63df98ccf}
COMMIT=$(echo $SRCVER | cut -c -7)
DISCORD=${DISCORD:-OFF}
BUILD=${BUILD:-1}
@@ -78,7 +78,7 @@ sed -i "s/HASH=\$(git rev-parse HEAD)/HASH=${SRCVER}/g" \
src/scmversion/gen_scmversion.sh
sed -i "s/BRANCH=\$(git rev-parse --abbrev-ref HEAD | tr -d '\\\r\\\n')/BRANCH=master/g" \
src/scmversion/gen_scmversion.sh
-sed -i "s/TAG=\$(git describe --tags --dirty --exclude latest --exclude preview --exclude play-store-release | tr -d '\\\r\\\n')/TAG=${VERSION}.${COMMIT}/g" \
+sed -i "s/TAG=\$(git describe --tags --dirty --exclude latest --exclude preview --exclude legacy --exclude play-store-release | tr -d '\\\r\\\n')/TAG=${VERSION}.${COMMIT}/g" \
src/scmversion/gen_scmversion.sh
sed -i "s/DATE=\$(git log -1 --date=iso8601-strict --format=%cd)/DATE=${SRCDATE}/g" \
src/scmversion/gen_scmversion.sh