aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 19:42:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 08:11:42 -0300
commit97ed6987b416ecbf8c5025072d635f667df58157 (patch)
treef464c3041dd0932488d5b63ebe64405902803029
parent2eca4ff33acfe50164ec624e1367a7d4b20716eb (diff)
downloadalpine_aports-97ed6987b416ecbf8c5025072d635f667df58157.tar.bz2
alpine_aports-97ed6987b416ecbf8c5025072d635f667df58157.tar.xz
alpine_aports-97ed6987b416ecbf8c5025072d635f667df58157.zip
community/libsass: upgrade to 3.6.1
-rw-r--r--community/libsass/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/libsass/APKBUILD b/community/libsass/APKBUILD
index c1de45eb6a..ba15b64826 100644
--- a/community/libsass/APKBUILD
+++ b/community/libsass/APKBUILD
@@ -1,9 +1,10 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2# Contributor: Thomas Boerger <thomas@webhippie.de> 2# Contributor: Thomas Boerger <thomas@webhippie.de>
3pkgname=libsass 3pkgname=libsass
4pkgver=3.6.0 4pkgver=3.6.1
5pkgrel=0 5pkgrel=0
6pkgdesc="C/C++ implementation of a Sass compiler" 6pkgdesc="C/C++ implementation of a Sass compiler"
7options="!check" # No tests are run when make check is run
7url="https://libsass.org" 8url="https://libsass.org"
8arch="all" 9arch="all"
9license="MIT" 10license="MIT"
@@ -30,4 +31,4 @@ package() {
30 rm -f "$pkgdir"/usr/lib/*.la 31 rm -f "$pkgdir"/usr/lib/*.la
31} 32}
32 33
33sha512sums="9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8 libsass-3.6.0.tar.gz" 34sha512sums="e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb libsass-3.6.1.tar.gz"