diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:59 -0700 |
commit | 6e7c4345b5bd84a4b868c957aee795b908e8355b (patch) | |
tree | 4b5408610144864d8898d563846dfd04ee1dd459 | |
parent | 7596d6a497e3ab4ac88fbb0c64526d3a1b5aac61 (diff) | |
download | meta-openembedded-6e7c4345b5bd84a4b868c957aee795b908e8355b.tar.gz |
mercurial: upgrade 6.5 -> 6.6.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb index 2451a36be2..89e6744dca 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_6.5.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb | |||
@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "python3 python3-modules" | |||
10 | inherit python3native python3targetconfig | 10 | inherit python3native python3targetconfig |
11 | 11 | ||
12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" | 12 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
13 | SRC_URI[sha256sum] = "a5603d0d395ebf67fe5d27abbb3bd37fcc01871ecf394c793672d2c1e68be7e7" | 13 | SRC_URI[sha256sum] = "f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307" |
14 | 14 | ||
15 | S = "${WORKDIR}/mercurial-${PV}" | 15 | S = "${WORKDIR}/mercurial-${PV}" |
16 | 16 | ||