diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-09-01 21:24:28 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:20:30 +0100 |
commit | 41447c7103ae01a816df346255f3c4b1ad8cd3ce (patch) | |
tree | 4a6cc20bb9795ce4cfa03b8a6dddba2ef2a267e6 /python/hg-git/hg-git.SlackBuild | |
parent | 83d0671ac2cd8be9d3b1c802428811f01d9e7b99 (diff) |
python/hg-git: Updated for version 0.8.9.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 0a5a337f2bd3..8bcdb989ddb7 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hg-git -VERSION=${VERSION:-0.8.6} +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -eu +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |