summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2018-10-14 15:54:41 -0600
committerThayne McCombs2018-10-14 15:54:41 -0600
commit1b8d4d362b341d8061a3786581ebb5d458722b85 (patch)
tree3bd33a4489c8e37411ec135025e1c2b439b547c1 /PKGBUILD
parent2829abc28a0e008f414df4ec3dfde2cd1dac5a1d (diff)
downloadaur-1b8d4d362b341d8061a3786581ebb5d458722b85.tar.gz
v1.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f239aaf65aa0..37952c4209ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.14.1
+pkgver=1.14.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=('0f77a422f2a8dd03f73287ccf591dff82879f90b02c0882262f4cbb51192844e'
+sha256sums=('4d081d990edd5bf60fdeb6cd157cc339a3137c056f2dbedd1b78310f9451c3b5'
'14c6034f43b2577ef4779ed4e8e6c539fb6f8f7ffdb0147bfe9d501e08cf88e7')
build() {