mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
rubygem-sass: Upgraded to 3.7.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
94808c89fe
commit
e7f530c09f
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue