aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2020-06-15 20:35:19 +0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-15 18:55:45 +0000
commite9d58db7e0c9d3a5dea35cea19c6ed4da62a9287 (patch)
tree0f46fdf0751c1c3859aa9d62f3fb7bc85c11da55
parent52863de4de6d95f62788e005d8c161113d8a9295 (diff)
downloadaports-e9d58db7e0c9d3a5dea35cea19c6ed4da62a9287.tar.gz
aports-e9d58db7e0c9d3a5dea35cea19c6ed4da62a9287.tar.bz2
aports-e9d58db7e0c9d3a5dea35cea19c6ed4da62a9287.tar.xz
community/twm: upgrade to 1.0.11
-rw-r--r--community/twm/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/twm/APKBUILD b/community/twm/APKBUILD
index de3841109ec..5858980f7c9 100644
--- a/community/twm/APKBUILD
+++ b/community/twm/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer:
pkgname=twm
-pkgver=1.0.10
-pkgrel=1
+pkgver=1.0.11
+pkgrel=0
pkgdesc="Tom's or Tab Window Manager for the X Window System"
url="https://www.x.org/archive/X11R6.8.1/doc/twm.1.html"
arch="all"
@@ -11,7 +11,7 @@ options="!check" # No test suite.
makedepends="bison util-macros libxext-dev libx11-dev libxt-dev libice-dev
libxmu-dev"
subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/app/twm-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/app/twm-$pkgver.tar.xz"
build() {
./configure \
@@ -26,4 +26,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="1280683fce7ebbf5670239cb1f3cee2b40612bd9850d98827e793cf8bf298bdb58e48387cab943ea6befc6f7b34da2567353c22b8eaeb8bcf1b9e303cd7e6a9e twm-1.0.10.tar.bz2"
+sha512sums="948034bba23e6b6c4412fcd2e46bb11a9980297601218a54a5055165ab0229a44dde0d50f338b24e82d76f390597e2fa09d11ff7f3fe1b1d736b10083c7da20d twm-1.0.11.tar.xz"