aboutsummaryrefslogtreecommitdiffstats
path: root/community/libsass
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 /community/libsass
parent2eca4ff33acfe50164ec624e1367a7d4b20716eb (diff)
downloadaports-97ed6987b416ecbf8c5025072d635f667df58157.tar.bz2
aports-97ed6987b416ecbf8c5025072d635f667df58157.tar.xz
community/libsass: upgrade to 3.6.1
Diffstat (limited to 'community/libsass')
-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 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Thomas Boerger <thomas@webhippie.de>
pkgname=libsass
-pkgver=3.6.0
+pkgver=3.6.1
pkgrel=0
pkgdesc="C/C++ implementation of a Sass compiler"
+options="!check" # No tests are run when make check is run
url="https://libsass.org"
arch="all"
license="MIT"
@@ -30,4 +31,4 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
-sha512sums="9665e50ee964ca3cc323f26c2b8322677102d26a7a102558ffbc5bef7a4c4ea44ca5096a967e4044dac1404bfa343a37d846f22d1e1adc27592023d5d4ac40c8 libsass-3.6.0.tar.gz"
+sha512sums="e9a3a30851e26145d049c4b20951c663a9d48c781a732acd3cc2cdb30df3449e445b57211f666b58afa137431fbdb149add48ff8a0dec92bd8abb514c90adebb libsass-3.6.1.tar.gz"