diff options
Diffstat (limited to 'games/protontricks/protontricks.SlackBuild')
-rw-r--r-- | games/protontricks/protontricks.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild index 754eb8aed4..293b414f8f 100644 --- a/games/protontricks/protontricks.SlackBuild +++ b/games/protontricks/protontricks.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for protontricks # Copyright 2023 Damian Perticone, Berisso, Argentina -# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2024-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protontricks -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |