summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThayne McCombs2019-12-26 23:49:35 -0700
committerThayne McCombs2019-12-26 23:49:35 -0700
commit4d26564866a7f3bf65ea532bb2882152c609d557 (patch)
tree1c465a9bcaef1c52a0dc56e9e1abd1e88a649ec7 /PKGBUILD
parent657b54b5f44281cea3be39ccd86dd15e0b596ba8 (diff)
downloadaur-4d26564866a7f3bf65ea532bb2882152c609d557.tar.gz
1.24.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1a2711c5418..69fa4386add6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.23.7
+pkgver=1.24.0
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=('1b73dec233a1cea21748b3f70bcdd46597a11951ec19d2c77a6e1e44446d1c37')
+sha256sums=('fd834775db6d057b181bdf0ac326521facf842c356ab64429b08e92990070da1')
build() {
cd "$pkgname-$pkgver"