diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-02-16 22:02:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-16 22:07:51 +0700 |
commit | 36d555ff07dd605b8897c1f15913f9ad1bc73596 (patch) | |
tree | 4930118672c55547be828bea71035c059bde5190 /python/python3-marisa-trie/python3-marisa-trie.SlackBuild | |
parent | 9ca2526d5d1eea607c6e36e53ca4ccc98012affc (diff) |
python/python3-marisa-trie: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-marisa-trie/python3-marisa-trie.SlackBuild')
-rw-r--r-- | python/python3-marisa-trie/python3-marisa-trie.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild index f06747e13b212..15417683bdf5f 100644 --- a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild +++ b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-marisa-trie -# Copyright 2023 Vijay Marcel +# Copyright 2023-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-marisa-trie -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |