summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/bats/bats_1.10.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.9.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.9.0.bb b/meta-oe/recipes-test/bats/bats_1.10.0.bb
index 015bc42f82..0fb624e0da 100644
--- a/meta-oe/recipes-test/bats/bats_1.9.0.bb
+++ b/meta-oe/recipes-test/bats/bats_1.10.0.bb
@@ -10,8 +10,8 @@ SRC_URI = "\
10 git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ 10 git://github.com/bats-core/bats-core.git;branch=master;protocol=https \
11 " 11 "
12 12
13# v1.9.0 13# v1.10.0
14SRCREV = "6636e2c2ef5ffe361535cb45fc61682c5ef46b71" 14SRCREV = "f7defb94362f2053a3e73d13086a167448ea9133"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17