diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-02-13 08:32:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-13 08:32:21 +0700 |
commit | 52f30996b7ac7516a3c5aee14b7f08b382f07de1 (patch) | |
tree | b8ae8ebf58eda1537a45c21c21b987144232f9eb /games/hexalate/hexalate.SlackBuild | |
parent | f761d0ced5e1ccd32fcf30e1a113b16be8865367 (diff) |
games/hexalate: Updated for version 1.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hexalate/hexalate.SlackBuild')
-rw-r--r-- | games/hexalate/hexalate.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hexalate/hexalate.SlackBuild b/games/hexalate/hexalate.SlackBuild index 7cb05e5458e72..8c3270c172dfb 100644 --- a/games/hexalate/hexalate.SlackBuild +++ b/games/hexalate/hexalate.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013 LEVAI Daniel +# Copyright (c) 2013-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ # Build script for hexalate PRGNAM=hexalate -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |