diff options
Diffstat (limited to 'games/nsudoku/nsudoku.SlackBuild')
-rw-r--r-- | games/nsudoku/nsudoku.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild index 54dfa0a7897eb..5467c50a8fd6b 100644 --- a/games/nsudoku/nsudoku.SlackBuild +++ b/games/nsudoku/nsudoku.SlackBuild @@ -1,7 +1,6 @@ #!/bin/sh # Slackware build script for nsudoku - # Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com # Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com> @@ -25,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nsudoku -VERSION=${VERSION:-1.2} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |