diff options
Diffstat (limited to 'games/dmagnetic/dmagnetic.SlackBuild')
-rw-r--r-- | games/dmagnetic/dmagnetic.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/dmagnetic/dmagnetic.SlackBuild b/games/dmagnetic/dmagnetic.SlackBuild index fabfd6ec085a..52a5c3ad5401 100644 --- a/games/dmagnetic/dmagnetic.SlackBuild +++ b/games/dmagnetic/dmagnetic.SlackBuild @@ -17,6 +17,7 @@ # happen. The manual source is available, as TeX source, but I see no # reason to build it instead of using the prebuilt PDF file. +# 20230128 bkw: update for v0.36 (that was quick!) # 20230112 bkw: update for v0.34. # 20220316 bkw: BUILD=2, derp, gzip the man pages. @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dmagnetic SRCNAM=dMagnetic -VERSION=${VERSION:-0.34} +VERSION=${VERSION:-0.36} MANVER=${MANVER:-$VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |