diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-08-09 23:57:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-10 22:51:39 +0700 |
commit | cd3ab535a6c42b96a874318880056492e48741e8 (patch) | |
tree | d5cd5602df0649b0d611e1095fdf6c518620b0d4 | |
parent | 199f701e7cb1209d654c4b9545a372214378d585 (diff) |
python/pywlroots: Update for 0.15.19
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 eefd7824d8ca..7118c283c3fc 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.18} +VERSION=${VERSION:-0.15.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pywlroots/pywlroots.info b/python/pywlroots/pywlroots.info index 6cb33f97f4f5..2839bd1fc6ad 100644 --- a/python/pywlroots/pywlroots.info +++ b/python/pywlroots/pywlroots.info @@ -1,8 +1,8 @@ PRGNAM="pywlroots" -VERSION="0.15.18" +VERSION="0.15.19" HOMEPAGE="https://github.com/flacjacket/pywlroots" -DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.18/pywlroots-0.15.18.tar.gz" -MD5SUM="11340fd3e910a6168427352cb3cf3625" +DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.19/pywlroots-0.15.19.tar.gz" +MD5SUM="1a0172abc9c2ee7dfbb37421aa1475a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wlroots pywayland python-xkbcommon" |