diff options
-rw-r--r-- | meta-oe/recipes-test/bats/bats_1.9.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.8.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.8.2.bb b/meta-oe/recipes-test/bats/bats_1.9.0.bb index 74e683e589..a642d7cf5d 100644 --- a/meta-oe/recipes-test/bats/bats_1.8.2.bb +++ b/meta-oe/recipes-test/bats/bats_1.9.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.7.0 | 13 | # v1.9.0 |
14 | SRCREV = "e8c840b58f0833e23461c682655fe540aa923f85" | 14 | SRCREV = "6636e2c2ef5ffe361535cb45fc61682c5ef46b71" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||