diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 11:53:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 12:03:37 +0000 |
commit | d2ded2829f13d66bc3cdfc734d8d14556f95b4bc (patch) | |
tree | 78e39470acfd512d1917670e6ca57d01dc643f0a /community/libsass | |
parent | a05c074143ea3e6584473d2ccd21bf706e2c5f6e (diff) | |
download | aports-d2ded2829f13d66bc3cdfc734d8d14556f95b4bc.tar.bz2 aports-d2ded2829f13d66bc3cdfc734d8d14556f95b4bc.tar.xz |
community/libsass: upgrade to 3.4.6
Diffstat (limited to 'community/libsass')
-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 92dae3744b..9cb91b86e1 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.5 +pkgver=3.4.6 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="5e3f56d44d100067d68e338fa97209a78d80c3536d64fdf48d83ec5351f944dbbe50e1050ffc8189b3ae86fd86d7b121229a3866f6e0287abc55af3770ed2bb6 libsass-3.4.5.tar.gz" +sha512sums="2715a0f38709df2f4f60ff4f14106495521f3c7c5762c8590eee630cf769dc7571d38a3e944a90ab8463552d6434994a76a95e23e994e9123941db072aea66c1 libsass-3.4.6.tar.gz" |