mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-13 20:01:13 +01:00
sbopkg and man pages: Change http -> https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
27d215115d
commit
126c6754bd
4 changed files with 12 additions and 12 deletions
|
@ -21,7 +21,7 @@ Slackware.
|
|||
su uso generalmente asume un entendemiento de SlackBuilds y el
|
||||
repositorio no oficial de SBo, especificamente.
|
||||
Para saber mas es recomendable leer
|
||||
.I http://www.slackbuilds.org/howto/
|
||||
.I https://www.slackbuilds.org/howto/
|
||||
y también leer en
|
||||
.I http://www.slackwiki.org
|
||||
las páginas sobre SlackBuilds.
|
||||
|
@ -530,4 +530,4 @@ Esta traducci
|
|||
.PP
|
||||
Actualizado por Dhaby Xiloj <slack.dhabyx@gmail.com> el 06 de
|
||||
Enero de 2016.
|
||||
.\" vim:set tw=72:
|
||||
.\" vim:set tw=72:
|
||||
|
|
|
@ -22,7 +22,7 @@ L'utilisation de
|
|||
suppose une compréhension des scripts SlackBuild
|
||||
en général et du dépôt SlackBuilds.org en particulier.
|
||||
Il est fortement recommandé de lire attentivement
|
||||
.I http://www.slackbuilds.org/howto/
|
||||
.I https://www.slackbuilds.org/howto/
|
||||
et les pages traitant des scripts SlackBuild sur
|
||||
.I http://www.slackwiki.org
|
||||
.PP
|
||||
|
|
|
@ -21,7 +21,7 @@ packages.
|
|||
usage assumes an understanding of SlackBuilds, generally, and the
|
||||
third-party SBo repository, specifically.
|
||||
A thorough reading of
|
||||
.I http://www.slackbuilds.org/howto/
|
||||
.I https://www.slackbuilds.org/howto/
|
||||
and the pages at
|
||||
.I http://www.slackwiki.org
|
||||
about SlackBuilds is strongly advised.
|
||||
|
|
|
@ -2395,7 +2395,7 @@ rsync_command() {
|
|||
echo "Rsync with the $REPO_DESC complete."
|
||||
echo
|
||||
echo "Importing $REPO_DESC GPG Key..."
|
||||
gpg --quiet --fetch-key http://www.slackbuilds.org/GPG-KEY
|
||||
gpg --quiet --fetch-key https://www.slackbuilds.org/GPG-KEY
|
||||
echo "Import done."
|
||||
echo
|
||||
echo "***SYNC COMPLETE***"
|
||||
|
@ -4053,12 +4053,12 @@ check_for_latest() {
|
|||
# by Eric Hameleers which you can find at
|
||||
# http://www.slackware.com/~alien. Thanks, Eric!
|
||||
|
||||
local ORIGSCR=http://www.sbopkg.org/currentversion
|
||||
local ORIGSCR=https://www.sbopkg.org/currentversion
|
||||
local CVRS=$SBOVER
|
||||
local NVRS=$(wget -T 10 -q -O - $ORIGSCR)
|
||||
local NEWPKG=http://www.sbopkg.org/currentpackage
|
||||
local NEWPKG=https://www.sbopkg.org/currentpackage
|
||||
local NEWSBOPKG=$(wget -T 10 -q -O - $NEWPKG)
|
||||
local NEWDL=http://www.sbopkg.org/currentdownload
|
||||
local NEWDL=https://www.sbopkg.org/currentdownload
|
||||
local NEWDLPKG=$(wget -T 10 -q -O - $NEWDL)
|
||||
local SBOPKGUP MSG REPLY
|
||||
|
||||
|
@ -4081,7 +4081,7 @@ check_for_latest() {
|
|||
fi
|
||||
if [[ $DIAG ]]; then
|
||||
dialog --title "Done" --msgbox "$(crunch "Checking \
|
||||
http://www.sbopkg.org for an update...\n\nYour version of \
|
||||
https://www.sbopkg.org for an update...\n\nYour version of \
|
||||
sbopkg: $CVRS\n\nLatest version of sbopkg found on \
|
||||
sbopkg.org: $NVRS\n\n$MSG")" 16 40
|
||||
if [[ $? != 0 ]]; then
|
||||
|
@ -4098,7 +4098,7 @@ check_for_latest() {
|
|||
fi
|
||||
else
|
||||
echo
|
||||
echo "Checking http://www.sbopkg.org for an update..."
|
||||
echo "Checking https://www.sbopkg.org for an update..."
|
||||
echo
|
||||
echo "Your version of sbopkg: $CVRS"
|
||||
echo
|
||||
|
@ -4134,7 +4134,7 @@ check_for_latest() {
|
|||
\n\
|
||||
\nYou can also view a complete ChangeLog.txt in the\
|
||||
/usr/share/doc/sbopkg-$NVRS/ directory or online at:\
|
||||
\nhttp://www.sbopkg.org/changelog\
|
||||
\nhttps://www.sbopkg.org/changelog\
|
||||
\n"
|
||||
if [[ $DIAG ]]; then
|
||||
read -n1 -ep "Press any key to continue: "
|
||||
|
@ -4394,7 +4394,7 @@ help_item() {
|
|||
dialog --msgbox "$(crunch "For help with sbopkg, please read \
|
||||
the manual pages sbopkg(8) and sbopkg.conf(5), the files in \
|
||||
/usr/doc/sbopkg-$SBOVER/, join the mailing list at \
|
||||
http://sbopkg.org/mailman/listinfo/sbopkg-users, or join #sbopkg \
|
||||
https://sbopkg.org/mailman/listinfo/sbopkg-users, or join #sbopkg \
|
||||
on freenode. If you've found a bug please report it to \
|
||||
https://github.com/sbopkg/sbopkg/issues.")" 10 70
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue