summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-03-01 00:15:48 -0700
committerThayne McCombs2019-03-01 00:15:48 -0700
commit13a5935cf8fb44d2f7b23fd7eff2791e7ada0148 (patch)
tree784e5d445e969c90181580d48256921251d14af5 /PKGBUILD
parent35f436134409c7c313b2ae9b4c95cb08b4da5f55 (diff)
downloadaur-13a5935cf8fb44d2f7b23fd7eff2791e7ada0148.tar.gz
1.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed18c6fe7caf..b44427ce10fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.17.0
+pkgver=1.17.2
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=('de2d05331cfcfb0dde57cb317882cae0d3da1dfce2142ab4a9ee2ade81202c77'
+sha256sums=('5b1518ad258602a9ce1c525beb5c61027b9452e078e83823b900f569226829f3'
'c3e819565846dba5e7dc855e1e3a8988c3fca782fac47858396604ae8e438567')
build() {