summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-05-18 22:09:29 -0400
committerAndrew Sun2019-05-18 22:09:29 -0400
commit109871f3e4eadc31f8c87a838b66cea508ae11ad (patch)
treed98a727c0b67d6380620890c0cbeef16a7a76f93 /PKGBUILD
parentc88804301decd537b47fb1d0a528d37688ce3822 (diff)
downloadaur-109871f3e4eadc31f8c87a838b66cea508ae11ad.tar.gz
mingw-w64-libsass: update to 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9b93c6cb71f..040168c2659f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=mingw-w64-libsass
-pkgver=3.5.5
+pkgver=3.6.0
pkgrel=1
pkgdesc="C implementation of Sass CSS preprocessor (library) (mingw-w64)"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("libsass-${pkgver}.tar.gz"::"https://github.com/sass/libsass/archive/${pkgver}.tar.gz")
-sha256sums=('487ca58f1dfdc4055079af04f0ad120747385d3b3926b1c8f46e4b00540fdb70')
+sha256sums=('b4b962a30bcd99adf0162a8eac7e1be94612b1c19912237f53d9a2c11d375169')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"