diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-07-06 19:29:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:16 +0700 |
commit | 5cee183f010d33bad3e6c6f9e756aa1ae596401b (patch) | |
tree | db6c4d0f0dafcb41633a4a32016d444bfcc597be | |
parent | cf01e709c6b4c79a99013213b3bb83b19de7fb49 (diff) |
python/pywlroots: Updated for version 0.15.18.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pywlroots/pywlroots.SlackBuild | 2 | ||||
-rw-r--r-- | python/pywlroots/pywlroots.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pywlroots/pywlroots.SlackBuild b/python/pywlroots/pywlroots.SlackBuild index 9f8e701de22f..eefd7824d8ca 100644 --- a/python/pywlroots/pywlroots.SlackBuild +++ b/python/pywlroots/pywlroots.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pywlroots -VERSION=${VERSION:-0.15.14} +VERSION=${VERSION:-0.15.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pywlroots/pywlroots.info b/python/pywlroots/pywlroots.info index 16436e2a29dc..6cb33f97f4f5 100644 --- a/python/pywlroots/pywlroots.info +++ b/python/pywlroots/pywlroots.info @@ -1,8 +1,8 @@ PRGNAM="pywlroots" -VERSION="0.15.14" +VERSION="0.15.18" HOMEPAGE="https://github.com/flacjacket/pywlroots" -DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.14/pywlroots-0.15.14.tar.gz" -MD5SUM="4ac8174eebb6b8960c51df58ba4c878f" +DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.18/pywlroots-0.15.18.tar.gz" +MD5SUM="11340fd3e910a6168427352cb3cf3625" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wlroots pywayland python-xkbcommon" |