mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/x11r7/xapp_beforelight: bump version to 1.0.6
Release notes:
https://lists.x.org/archives/xorg-announce/2023-January/003317.html
The license file was previously a stub, but it now contains the proper
license text since upstream commit:
fa1e473dd6
Switched tarball to xz, updated _SITE.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[yann.morin.1998@free.fr: properly explain the license hash change]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
8f48b3983c
commit
aa93d0cdd7
@ -1,4 +1,5 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-January/002131.html
|
||||
sha256 8fcab6f15148ca680c0d3da8de7dcb41f8e6a076f442cf8bdcf272be9e348166 beforelight-1.0.5.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2023-January/003317.html
|
||||
sha256 53f0bf085b7272ebbf626d1b9b0ad320d1a07bc1fe7f3ae260c86a71a857ad28 beforelight-1.0.6.tar.xz
|
||||
sha512 48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a beforelight-1.0.6.tar.xz
|
||||
# Locally computed
|
||||
sha256 27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff COPYING
|
||||
sha256 3909739fae1ee37c3c7167a91f53d29317965aaf932813e16ef733f033619a7b COPYING
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_BEFORELIGHT_VERSION = 1.0.5
|
||||
XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.bz2
|
||||
XAPP_BEFORELIGHT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_BEFORELIGHT_VERSION = 1.0.6
|
||||
XAPP_BEFORELIGHT_SOURCE = beforelight-$(XAPP_BEFORELIGHT_VERSION).tar.xz
|
||||
XAPP_BEFORELIGHT_SITE = https://xorg.freedesktop.org/archive/individual/app
|
||||
XAPP_BEFORELIGHT_LICENSE = MIT
|
||||
XAPP_BEFORELIGHT_LICENSE_FILES = COPYING
|
||||
XAPP_BEFORELIGHT_DEPENDENCIES = xlib_libX11 xlib_libXScrnSaver xlib_libXaw xlib_libXt
|
||||
|
Loading…
Reference in New Issue
Block a user