package/x11r7/xapp_xload: bump version to 1.2.0

https://lists.x.org/archives/xorg-announce/2024-March/003485.html

Updated license hash due to upstream commit:
ef450fb996

Switched _SITE to URL mentioned in latest release notes.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-01-12 09:29:19 +01:00
committed by Julien Olivain
parent 82c681bcc8
commit b27bb47324
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# From https://lists.x.org/archives/xorg-announce/2022-April/003150.html
sha256 8346b99120db24e0f42920f7f12e23e9b1b407d3a66ce419990387b608373031 xload-1.1.4.tar.xz
sha512 114babe4e5a60f4713f9e4627ee0a1bbb2f1f238cb46f24c38aecff67f25e6b0f58cbd554c71095ddc2b01398adbfa379550a34c23c413db52157648028554f2 xload-1.1.4.tar.xz
# From https://lists.x.org/archives/xorg-announce/2024-March/003485.html
sha256 2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80 xload-1.2.0.tar.xz
sha512 b6143f796f7d24bb204e29f341f59c27a0eba00ae58e42bde0d1471e3e9357a0ce5e9e23de119d2540c9f5c71d28eb1e85dd766b6b28a7f066805b5f386aa716 xload-1.2.0.tar.xz
# Locally computed
sha256 a09b31d26e4d2781eef1e71f39789f86cad6d81153e72064f45875910fa6258f COPYING
sha256 c5fa9a1ea9032b1422d423b73fac9710a3e54c2d11d9c810ea5fc5585a53977c COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
XAPP_XLOAD_VERSION = 1.1.4
XAPP_XLOAD_VERSION = 1.2.0
XAPP_XLOAD_SOURCE = xload-$(XAPP_XLOAD_VERSION).tar.xz
XAPP_XLOAD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XLOAD_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XLOAD_LICENSE = MIT
XAPP_XLOAD_LICENSE_FILES = COPYING
XAPP_XLOAD_DEPENDENCIES = xlib_libXaw $(TARGET_NLS_DEPENDENCIES)