summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2020-01-07 00:39:30 -0700
committerThayne McCombs2020-01-07 00:39:30 -0700
commit07a74b05784c0a3a2ffa0978d3cfc0fd9f451881 (patch)
tree8ff90867055992f9f89a31af0c9bb219647c9625 /PKGBUILD
parent4d26564866a7f3bf65ea532bb2882152c609d557 (diff)
downloadaur-07a74b05784c0a3a2ffa0978d3cfc0fd9f451881.tar.gz
1.24.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69fa4386add6..ea02c913c61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.24.0
+pkgver=1.24.2
pkgrel=1
pkgdesc="Sass makes CSS fun again (canonical implementation)"
arch=(x86_64)
@@ -16,7 +16,7 @@ options=(!strip)
provides=('sass')
conflicts=('ruby-sass')
source=("https://github.com/sass/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('fd834775db6d057b181bdf0ac326521facf842c356ab64429b08e92990070da1')
+sha256sums=('c950cfe2f3c086ccd5ba15c3f498ef94ccec0adcd22d5d0a33ed221398cbe659')
build() {
cd "$pkgname-$pkgver"