diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2012-08-16 01:44:51 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 23:09:03 -0500 |
commit | 8d2f7f141e44aa9a33e4800450088abe8b320d08 (patch) | |
tree | 2e1878981588c6c74530f68c23a65b7e2546fd93 /games/nsudoku/nsudoku.SlackBuild | |
parent | f6f03a4275bb550091bf44f60a953d76da1e85fc (diff) | |
download | slackbuilds-8d2f7f141e44aa9a33e4800450088abe8b320d08.tar.gz |
games/nsudoku: Updated for version 1.1
Signed-off-by: Binh Nguyen <binhnguyen@fastmail.fm>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/nsudoku/nsudoku.SlackBuild')
-rw-r--r-- | games/nsudoku/nsudoku.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild index 6774608720..90a45a1c49 100644 --- a/games/nsudoku/nsudoku.SlackBuild +++ b/games/nsudoku/nsudoku.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nsudoku -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |