aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sass
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-01-19 16:37:49 +0800
committerKhem Raj <raj.khem@gmail.com>2020-01-20 13:24:43 -0800
commitfc390e7c10c5e0ab7858f1746f8b109a95e25800 (patch)
tree8992b44da61e1b9489fc0b9e964599a92ed38865 /meta-oe/recipes-support/sass
parent8b652109d96b261699a2f66e2c7dc8af462880c6 (diff)
downloadmeta-openembedded-contrib-fc390e7c10c5e0ab7858f1746f8b109a95e25800.tar.gz
sassc: upgrade 3.5.0 -> 3.6.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/sass')
-rw-r--r--meta-oe/recipes-support/sass/sassc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sass/sassc_git.bb b/meta-oe/recipes-support/sass/sassc_git.bb
index 044c0c7fcb..3c7a55cc3d 100644
--- a/meta-oe/recipes-support/sass/sassc_git.bb
+++ b/meta-oe/recipes-support/sass/sassc_git.bb
@@ -7,8 +7,8 @@ DEPENDS = "libsass"
inherit autotools pkgconfig
SRC_URI = "git://github.com/sass/sassc.git"
-SRCREV = "aa6d5c635ea8faf44d542a23aaf85d27e5777d48"
+SRCREV = "46748216ba0b60545e814c07846ca10c9fefc5b6"
S = "${WORKDIR}/git"
-PV = "3.5.0"
+PV = "3.6.1"
BBCLASSEXTEND = "native"