diff options
author | David Golus <bassplayer69@gmail.com> | 2022-06-03 21:19:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:22 +0700 |
commit | 12f8e2bbcf98f32910edbce3ea0f781089bf327e (patch) | |
tree | acc23b06112dfe5e63b8d69b5c084e14894f5335 /development/asm6809/asm6809.SlackBuild | |
parent | c48fe52ec3ae72f605f4fb562572a6b909643dab (diff) |
development/asm6809: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/asm6809/asm6809.SlackBuild')
-rw-r--r-- | development/asm6809/asm6809.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/asm6809/asm6809.SlackBuild b/development/asm6809/asm6809.SlackBuild index 2f2f703d5daf6..4511b95fc7433 100644 --- a/development/asm6809/asm6809.SlackBuild +++ b/development/asm6809/asm6809.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for asm6809 -# Copyright 2016-2018 David Golus <bassplayer69@gmail.com> +# Copyright 2016-2022 David Golus <bassplayer69@gmail.com> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=asm6809 -VERSION=${VERSION:-2.11} +VERSION=${VERSION:-2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |