diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 18:01:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-12 18:01:26 +0000 |
commit | 0628ac1ef3223f670c92397eee3054c77b06888c (patch) | |
tree | 43d94fde106b7abfb280696d0e2aeca81e90bf44 /community/libsass | |
parent | 54f7dc4658970ec49727226de3e9142235883c0a (diff) | |
download | aports-0628ac1ef3223f670c92397eee3054c77b06888c.tar.bz2 aports-0628ac1ef3223f670c92397eee3054c77b06888c.tar.xz |
community/libsass: upgrade to 3.4.5
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 c46698fc62..92dae3744b 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.3 +pkgver=3.4.5 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="1cdca66d1338a916e6e8fc5dd28e2dfb84237165816234fcf642eb8c72d1a54c09561008760a9556b56402e815554b20646c5d27ebbccf8c7707e2bd0d819841 libsass-3.4.3.tar.gz" +sha512sums="5e3f56d44d100067d68e338fa97209a78d80c3536d64fdf48d83ec5351f944dbbe50e1050ffc8189b3ae86fd86d7b121229a3866f6e0287abc55af3770ed2bb6 libsass-3.4.5.tar.gz" |