mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/yad: bump version to 14.2
Switched SITE to github according to https://sourceforge.net/p/yad-dialog/tickets/337/#8b94 Release notes: https://github.com/v1cont/yad/blob/v14.2/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
af552df64e
commit
74e84b5cde
@@ -1,6 +1,3 @@
|
||||
# From http://sourceforge.net/projects/yad-dialog/files/
|
||||
md5 82d458a2e1695dd0709f71ad26109812 yad-0.40.0.tar.xz
|
||||
sha1 4376eb42f8e38972124dc81e534cbdc9088109fb yad-0.40.0.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 5cab399af8d9a10b76d477f848180d00addba38f4f1272a05b153a393bba3038 yad-14.2.tar.xz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAD_VERSION = 0.40.0
|
||||
YAD_VERSION = 14.2
|
||||
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
||||
YAD_SITE = http://sourceforge.net/projects/yad-dialog/files
|
||||
YAD_SITE = https://github.com/v1cont/yad/releases/download/v$(YAD_VERSION)
|
||||
YAD_LICENSE = GPL-3.0
|
||||
YAD_LICENSE_FILES = COPYING
|
||||
YAD_DEPENDENCIES = host-intltool host-pkgconf libgtk3 $(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
Reference in New Issue
Block a user