summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-06 16:45:42 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:13 -0700
commit0f2db2519fc7ee849802ab8798f842f9b99129e4 (patch)
tree6a602a5d5e4931d2644d1cf1c44164b465d2a229
parent415c1ce60fc0bd19cfa036a24d5f30aaf8badcb3 (diff)
downloadmeta-openembedded-0f2db2519fc7ee849802ab8798f842f9b99129e4.tar.gz
gmime: upgrade 3.2.13 -> 3.2.15
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb (renamed from meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb
index fcc845417f..c49859afc5 100644
--- a/meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb
+++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb
@@ -11,7 +11,7 @@ inherit gnomebase gobject-introspection vala gtk-doc
11SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 11SRC_URI = "https://github.com/jstedfast/${BPN}/releases/download/${PV}/${BP}.tar.xz \
12 file://iconv-detect.h \ 12 file://iconv-detect.h \
13" 13"
14SRC_URI[sha256sum] = "2e10a54d4821daf8b16c019ad5d567e0fb8e766f8ffe5fec3d4c6a37373d6406" 14SRC_URI[sha256sum] = "84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4"
15 15
16UPSTREAM_CHECK_URI = "https://github.com/jstedfast/gmime/releases" 16UPSTREAM_CHECK_URI = "https://github.com/jstedfast/gmime/releases"
17UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 17UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"