summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.3.bb (renamed from meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.3.bb
index c5fc4f0f6e..1fc0d0eacb 100644
--- a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.1.bb
+++ b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.1.3.bb
@@ -13,8 +13,8 @@ BUGTRACKER = "https://github.com/pocketpy/pocketpy/issues"
13LICENSE = "MIT" 13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=c292beb20a17db07c359b0cc2c039027"
15 15
16SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main" 16SRC_URI = "git://github.com/pocketpy/pocketpy.git;protocol=https;branch=main;tag=v${PV}"
17SRCREV = "b6a6aa85a6cbfe0427b48e523d53ee3832bf5bd2" 17SRCREV = "e39e63191f004b61902ae3293317bd1e61f791f4"
18 18
19 19
20inherit cmake 20inherit cmake