summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b44427ce10fe..f164d43ab09b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.17.2
+pkgver=1.17.3
pkgrel=1
pkgdesc="Sass makes CSS fun again (canonical implementation)"
arch=(any)
@@ -15,7 +15,7 @@ depends=(dart bash)
provides=('sass')
conflicts=('ruby-sass')
source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz" "sass.sh")
-sha256sums=('5b1518ad258602a9ce1c525beb5c61027b9452e078e83823b900f569226829f3'
+sha256sums=('1a15b04828ce9063b2ea06036c5821371bb02693b670bfb6e789f496a675385e'
'c3e819565846dba5e7dc855e1e3a8988c3fca782fac47858396604ae8e438567')
build() {