summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2021-04-28 23:22:47 -0600
committerThayne McCombs2021-04-28 23:22:47 -0600
commit07306439075a8ddb3b7698be74feb164b95084ce (patch)
tree0c816363ef675453c68003209b85ac6ee970295e
parenta3c4ed85a75dcf7736ae0dfbfcaf75141e3e59d3 (diff)
downloadaur-07306439075a8ddb3b7698be74feb164b95084ce.tar.gz
upgpkg: dart-sass 1.32.12-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14b99d03a74..9ef209f19f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dart-sass
pkgdesc = Sass makes CSS fun again (canonical implementation)
- pkgver = 1.32.7
+ pkgver = 1.32.12
pkgrel = 1
url = http://sass-lang.com/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dart-sass
provides = sass
conflicts = ruby-sass
options = !strip
- source = https://github.com/sass/dart-sass/archive/1.32.7.tar.gz
- b2sums = b657b377e783a902d3ee034cb5430758a7e49717a4aba8adac901cc729192157f3a813b978ee1f3808dd924d061017df189d1b43b7e8ac57634853cf53117981
+ source = https://github.com/sass/dart-sass/archive/1.32.12.tar.gz
+ b2sums = 5c1ef9cfcfc1257f739caaaea58e232eee8d6113c854750ef76e9f9f5c2cb6358670ff18763e0addf272936d42a9735435112545915ec4e9be35a4e78746ce8a
pkgname = dart-sass
diff --git a/PKGBUILD b/PKGBUILD
index e349fc4d4c7e..469f449e7b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Thayne McCombs <astrothayne@gmail.com>
pkgname=dart-sass
-pkgver=1.32.7
+pkgver=1.32.12
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")
-b2sums=('b657b377e783a902d3ee034cb5430758a7e49717a4aba8adac901cc729192157f3a813b978ee1f3808dd924d061017df189d1b43b7e8ac57634853cf53117981')
+b2sums=('5c1ef9cfcfc1257f739caaaea58e232eee8d6113c854750ef76e9f9f5c2cb6358670ff18763e0addf272936d42a9735435112545915ec4e9be35a4e78746ce8a')
build() {
cd "$pkgname-$pkgver"