mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
rarian: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
6d3f11f6fe
commit
6a05ba057c
1 changed files with 2 additions and 4 deletions
6
deps/rarian/rarian.SlackBuild
vendored
6
deps/rarian/rarian.SlackBuild
vendored
|
@ -4,7 +4,7 @@
|
||||||
# Based on the rarian SlackBuild script at SlackBuilds.org
|
# Based on the rarian SlackBuild script at SlackBuilds.org
|
||||||
|
|
||||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||||
# Copyright 2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -37,9 +37,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2
|
wget -c https://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/msb}
|
TMP=${TMP:-/tmp/msb}
|
||||||
|
|
Loading…
Reference in a new issue