diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-09 07:54:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:15 +0700 |
commit | 8de87ccb034119298fa8e29ebc4032e0d915d5c9 (patch) | |
tree | cc81cf928a79efd37ec3b13260d09e1d87b2dcce /desktop | |
parent | b480d936db5c25637e97d3f83c9bd61c99cd4919 (diff) |
desktop/python3-autotiling: Updated for version 1.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/python3-autotiling/python3-autotiling.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/python3-autotiling/python3-autotiling.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/python3-autotiling/python3-autotiling.SlackBuild b/desktop/python3-autotiling/python3-autotiling.SlackBuild index 513146a6a56e1..c937c789caccb 100644 --- a/desktop/python3-autotiling/python3-autotiling.SlackBuild +++ b/desktop/python3-autotiling/python3-autotiling.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-autotiling -# Copyright 2022 Jay Lanagan (j@lngn.net),Detroit, MI, USA. +# Copyright 2022-2024 Jay Lanagan (j@lngn.net),Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-autotiling SRCNAM=autotiling -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/python3-autotiling/python3-autotiling.info b/desktop/python3-autotiling/python3-autotiling.info index f5417707ba896..9de55ecd54bcd 100644 --- a/desktop/python3-autotiling/python3-autotiling.info +++ b/desktop/python3-autotiling/python3-autotiling.info @@ -1,8 +1,8 @@ PRGNAM="python3-autotiling" -VERSION="1.8" +VERSION="1.9" HOMEPAGE="https://github.com/nwg-piotr/autotiling" -DOWNLOAD="https://files.pythonhosted.org/packages/2d/1c/4950554c12351751d48e87e095f5fc7464220dedb45201c086c025639b5c/autotiling-1.8.tar.gz" -MD5SUM="3407cf7567021e4f2a74962c4c82ee39" +DOWNLOAD="https://github.com/nwg-piotr/autotiling/archive/v1.9/autotiling-1.9.tar.gz" +MD5SUM="a2f0abfcfb3000fb05df69df80f934a8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="i3ipc" |