mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-gobject: bump to version 3.50.0
Also update the homepage, the old URL now links to the current one. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
32be09b48e
commit
8d96810329
@@ -10,7 +10,7 @@ config BR2_PACKAGE_PYTHON_GOBJECT
|
||||
help
|
||||
Python bindings for the GLib/GObject library
|
||||
|
||||
https://wiki.gnome.org/action/show/Projects/PyGObject
|
||||
https://pygobject.gnome.org/
|
||||
|
||||
comment "python-gobject needs a glibc or musl toolchain, gcc >= 4.9, host gcc >= 8"
|
||||
depends on BR2_USE_MMU
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# from https://download.gnome.org/sources/pygobject/3.42/pygobject-3.42.2.sha256sum
|
||||
sha256 ade8695e2a7073849dd0316d31d8728e15e1e0bc71d9ff6d1c09e86be52bc957 pygobject-3.42.2.tar.xz
|
||||
# from https://download.gnome.org/sources/pygobject/3.50/pygobject-3.50.0.sha256sum
|
||||
sha256 8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212 pygobject-3.50.0.tar.xz
|
||||
sha256 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b COPYING
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GOBJECT_VERSION_MAJOR = 3.42
|
||||
PYTHON_GOBJECT_VERSION = $(PYTHON_GOBJECT_VERSION_MAJOR).2
|
||||
PYTHON_GOBJECT_VERSION_MAJOR = 3.50
|
||||
PYTHON_GOBJECT_VERSION = $(PYTHON_GOBJECT_VERSION_MAJOR).0
|
||||
PYTHON_GOBJECT_SOURCE = pygobject-$(PYTHON_GOBJECT_VERSION).tar.xz
|
||||
PYTHON_GOBJECT_SITE = https://download.gnome.org/sources/pygobject/$(PYTHON_GOBJECT_VERSION_MAJOR)
|
||||
PYTHON_GOBJECT_LICENSE = LGPL-2.1+
|
||||
|
||||
Reference in New Issue
Block a user