xorg-twm: update to 1.0.11

This commit is contained in:
Leonid Pliushch 2020-09-23 23:33:52 +03:00 committed by Yaksh Bariya
parent e9a7dd856a
commit a8145822ff
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 3 additions and 4 deletions

View File

@ -2,9 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://xorg.freedesktop.org/
TERMUX_PKG_DESCRIPTION="Tab Window Manager for the X Window System"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
TERMUX_PKG_VERSION=1.0.10
TERMUX_PKG_REVISION=26
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/app/twm-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=6449eadca16ce0f0d900605b0cc020b95f40619261b7beccfb46bcc1836445d7
TERMUX_PKG_VERSION=1.0.11
TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/app/twm-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=f4e8a842dec410e79741f25ed4dfac09df080835d0bba2e3983b5914569b68c7
TERMUX_PKG_DEPENDS="libice, libsm, libx11, libxext, libxmu, libxt"
TERMUX_PKG_BUILD_DEPENDS="xorg-util-macros"