summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/smarty/smarty_4.2.0.bb (renamed from meta-oe/recipes-support/smarty/smarty_4.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
index df441e8db2..2cd96a255d 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.1.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.2.0.bb
@@ -9,7 +9,7 @@ DEPENDS += "php"
9 9
10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
11 11
12SRCREV = "71036be8be02bf93735c47b0b745f722efbc729f" 12SRCREV = "97aeb14c6fc2fb733938809926e2f9d6c581a70d"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15