summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-pycairo_1.18.2.bb (renamed from meta/recipes-devtools/python/python3-pycairo_1.18.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.18.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.18.2.bb
index 5aaa01a00a..3aedf3d142 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.18.1.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.18.2.bb
@@ -13,8 +13,8 @@ DEPENDS = "cairo python3"
13SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz" 13SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
14UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/" 14UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
15 15
16SRC_URI[md5sum] = "7610da8a40a7bed548991aa3416431d1" 16SRC_URI[md5sum] = "be2ba51f234270dec340f28f1695a95e"
17SRC_URI[sha256sum] = "70172e58b6bad7572a3518c26729b074acdde15e6fee6cbab6d3528ad552b786" 17SRC_URI[sha256sum] = "dcb853fd020729516e8828ad364084e752327d4cff8505d20b13504b32b16531"
18 18
19S = "${WORKDIR}/pycairo-${PV}" 19S = "${WORKDIR}/pycairo-${PV}"
20 20