diff options
-rw-r--r-- | office/typobuster/typobuster.SlackBuild | 2 | ||||
-rw-r--r-- | office/typobuster/typobuster.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/typobuster/typobuster.SlackBuild b/office/typobuster/typobuster.SlackBuild index bdf737a71a..0fd74eba85 100644 --- a/office/typobuster/typobuster.SlackBuild +++ b/office/typobuster/typobuster.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=typobuster -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/typobuster/typobuster.info b/office/typobuster/typobuster.info index 0de3e14a5f..524ed31fc8 100644 --- a/office/typobuster/typobuster.info +++ b/office/typobuster/typobuster.info @@ -1,8 +1,8 @@ PRGNAM="typobuster" -VERSION="0.2.0" +VERSION="1.0.0" HOMEPAGE="https://github.com/nwg-piotr/typobuster/" -DOWNLOAD="https://github.com/nwg-piotr/typobuster/archive/v0.2.0/typobuster-0.2.0.tar.gz" -MD5SUM="fc577a753ef9a42a6e83843f7e586339" +DOWNLOAD="https://github.com/nwg-piotr/typobuster/archive/v1.0.0/typobuster-1.0.0.tar.gz" +MD5SUM="52b3be7564658472c9dac64b4778988e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtksourceview4 python3-build python3-wheel" |