libsass: update to 3.4.7.

Closes #9164.
This commit is contained in:
maxice8 2017-11-14 01:35:29 -02:00 committed by Enno Boland
parent 1dd7510447
commit 3285625a5f

View file

@ -1,6 +1,6 @@
# Template file for 'libsass' # Template file for 'libsass'
pkgname=libsass pkgname=libsass
version=3.4.6 version=3.4.7
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
@ -9,13 +9,12 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
homepage="http://libsass.org/" homepage="http://libsass.org/"
license="MIT" license="MIT"
distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/sass/${pkgname}/archive/${version}.tar.gz"
checksum=686bc09cc31bba32915f42a6da5e7d221c07690d4d597e2748cdd02abd3d7c2c checksum=855c40528b897d06ae4d24606c2db3cd09bb38de5b46b28e835f9d4fd4d7ab95
pre_configure() { pre_configure() {
autoreconf -i autoreconf -i
} }
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }