rubygem-sass: Upgraded to 3.7.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-07-01 20:15:26 +07:00
parent 94808c89fe
commit e7f530c09f
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -25,7 +25,7 @@
# This script is modified for CSB Project
PRGNAM=rubygem-sass
VERSION=${VERSION:-3.4.22}
VERSION=${VERSION:-3.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -39,7 +39,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://rubygems.org/downloads/sass-3.4.22.gem
wget -c https://rubygems.org/downloads/sass-$VERSION.gem
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}