diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-25 01:14:40 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-25 01:15:20 +0000 |
commit | 14c03e93d28d9736071f710f1182c11bb51b2671 (patch) | |
tree | 2f918a4e0546e7a6862fe2dd7b7930ff3d12a924 /community/libsass/APKBUILD | |
parent | f357a67ac1dc559e08ea676583fc6133583edbbe (diff) | |
download | aports-14c03e93d28d9736071f710f1182c11bb51b2671.tar.bz2 aports-14c03e93d28d9736071f710f1182c11bb51b2671.tar.xz |
community/libsass: upgrade to 3.4.7
Diffstat (limited to 'community/libsass/APKBUILD')
-rw-r--r-- | community/libsass/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libsass/APKBUILD b/community/libsass/APKBUILD index 9cb91b86e1..efdcabdf17 100644 --- a/community/libsass/APKBUILD +++ b/community/libsass/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Thomas Boerger <thomas@webhippie.de> pkgname=libsass -pkgver=3.4.6 +pkgver=3.4.7 pkgrel=0 pkgdesc="A C/C++ implementation of a Sass compiler" url="http://libsass.org" @@ -39,4 +39,4 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -sha512sums="2715a0f38709df2f4f60ff4f14106495521f3c7c5762c8590eee630cf769dc7571d38a3e944a90ab8463552d6434994a76a95e23e994e9123941db072aea66c1 libsass-3.4.6.tar.gz" +sha512sums="5d743d4345b11e9e5315aa858637d3388d2b464150a46bc8a712e1e5d1b3df9c1e6b4dcac26f91827f1c38db24a5a084d04c0962a428f2994f42ad66a25b35a8 libsass-3.4.7.tar.gz" |