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 | |
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')
-rw-r--r-- | python/python3-marisa-trie/python3-marisa-trie.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-marisa-trie/python3-marisa-trie.info | 6 |
2 files changed, 5 insertions, 5 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} diff --git a/python/python3-marisa-trie/python3-marisa-trie.info b/python/python3-marisa-trie/python3-marisa-trie.info index 1224096334be1..342c5131ef7b6 100644 --- a/python/python3-marisa-trie/python3-marisa-trie.info +++ b/python/python3-marisa-trie/python3-marisa-trie.info @@ -1,8 +1,8 @@ PRGNAM="python3-marisa-trie" -VERSION="1.0.0" +VERSION="1.1.0" HOMEPAGE="https://github.com/pytries/marisa-trie" -DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa-trie-1.0.0.tar.gz" -MD5SUM="a65cb3401f54be0ae26ccfa7a8991231" +DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa-trie-1.1.0.tar.gz" +MD5SUM="a98fd6023f47957a8039786fc39b5ae1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |