mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-27 19:58:26 +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
|
# This script is modified for CSB Project
|
||||||
|
|
||||||
PRGNAM=rubygem-sass
|
PRGNAM=rubygem-sass
|
||||||
VERSION=${VERSION:-3.4.22}
|
VERSION=${VERSION:-3.7.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://rubygems.org/downloads/sass-3.4.22.gem
|
wget -c https://rubygems.org/downloads/sass-$VERSION.gem
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
||||||
|
|
Loading…
Add table
Reference in a new issue