Skip to content

Commit

Permalink
Reparados updaters que miran version en sourceforge y han migrado a h…
Browse files Browse the repository at this point in the history
…ttps
  • Loading branch information
wifislax-ng committed Feb 11, 2016
1 parent 4e3b2f5 commit 63bd26a
Show file tree
Hide file tree
Showing 34 changed files with 82 additions and 82 deletions.
6 changes: 3 additions & 3 deletions Auditoria/Angry_ip_scanner_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,13 +16,13 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/ipscan/files/ipscan3-binary/
WEB=https://sourceforge.net/projects/ipscan/files/ipscan3-binary/
VERSION=`curl -s $WEB | grep .jar | head -1 | cut -d y -f2 | cut -d / -f2`
PRGNAM=Angry_ip_scanner
echo -ne "\033]2;${PRGNAM}_updater\007"
EXTENSION=jar
SOURCES=ipscan-linux-$VERSION.$EXTENSION
DOWNLOAD=http://sourceforge.net/projects/ipscan/files/ipscan3-binary/$VERSION/$SOURCES
DOWNLOAD=https://sourceforge.net/projects/ipscan/files/ipscan3-binary/$VERSION/$SOURCES
}

# Creamos directorios extra
Expand Down
4 changes: 2 additions & 2 deletions Auditoria/NetworkMiner_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,7 +16,7 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/networkminer/files/networkminer/
WEB=https://sourceforge.net/projects/networkminer/files/networkminer/
VERSION=`curl -s $WEB | grep /latest | cut -d "/" -f8 | cut -d "-" -f 2`
VERSION2=`echo $VERSION | tr '.' '-'`
PRGNAM=NetworkMiner
Expand Down
4 changes: 2 additions & 2 deletions Auditoria/crunch_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151110
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=crunch
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
WEB=https://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/
VERSION=$(curl -s $WEB|grep -E *\.tgz|awk '{print $1}'|sed -e 's/\(<[^<][^<]*>\)//g'|grep crunch-| head -1|sed 's/.tgz//g'|cut -d- -f2)
EXTENSION=tgz
SOURCES=$PRGNAM-$VERSION.$EXTENSION
Expand Down
6 changes: 3 additions & 3 deletions Auditoria/netactview_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,11 +18,11 @@ f_variables(){
F_variables() {
PRGNAM=netactview
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/${PRGNAM}/files/${PRGNAM}/
WEB=https://sourceforge.net/projects/${PRGNAM}/files/${PRGNAM}/
VERSION=`curl -s $WEB |grep $PRGNAM-[0-9]|head -1|cut -d- -f2|cut -d "/" -f-1`
EXTENSION=tar.bz2
SOURCES=$PRGNAM-$VERSION.$EXTENSION
DOWNLOAD=http://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/$PRGNAM-$VERSION/$SOURCES
DOWNLOAD=https://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/$PRGNAM-$VERSION/$SOURCES
}

# Descomprimimos el fichero descargado y compilamos
Expand Down
4 changes: 2 additions & 2 deletions Desarrollo/codeblocks_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,7 +16,7 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/codeblocks/files/Sources/
WEB=https://sourceforge.net/projects/codeblocks/files/Sources/
VERSION=$(curl -s $WEB | grep -m1 "class=\"folder" | awk '{print $2}' | cut -d "\"" -f 2)
PRGNAM=codeblocks
echo -ne "\033]2;${PRGNAM}_updater\007"
Expand Down
8 changes: 4 additions & 4 deletions Desarrollo/fpc_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,11 +18,11 @@ f_variables(){
F_variables() {
PRGNAM=fpc
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/freepascal/files/Linux/
WEB=https://sourceforge.net/projects/freepascal/files/Linux/
VERSION=$(curl -s $WEB/ | grep -m1 "class=\"folder" | awk '{print $2}' | cut -d "\"" -f 2)
DOWNLOAD=$(curl -s $WEB/$VERSION/ | grep "class=\"file " | awk '{print $2}' | cut -d "\"" -f 2 | awk '{print $1}' | grep "i386")
DOWNLOAD2=http://downloads.sourceforge.net/freepascal/${PRGNAM}build-$VERSION.tar.gz
DOWNLOAD3=http://downloads.sourceforge.net/project/freepascal/Source/$VERSION/$PRGNAM-$VERSION.source.tar.gz
DOWNLOAD2=https://downloads.sourceforge.net/freepascal/${PRGNAM}build-$VERSION.tar.gz
DOWNLOAD3=https://downloads.sourceforge.net/project/freepascal/Source/$VERSION/$PRGNAM-$VERSION.source.tar.gz
}

# Si el paquete no existe se descargara de internet
Expand Down
6 changes: 3 additions & 3 deletions Desarrollo/gambas_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151122
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,13 +18,13 @@ f_variables(){
F_variables() {
PRGNAM=gambas
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/gambas/files/
WEB=https://sourceforge.net/projects/gambas/files/
VERSION=`curl -s $WEB | grep latest/ | head -1 | cut -d "/" -f 8 | cut -d- -f 2 | cut -d "t" -f-1 | sed "s/.$//g" | sed "s/ //g"`
RAMA=`echo $VERSION | cut -d "." -f1`
EXTENSION=tar.bz2
SRCNAM=gambas${RAMA}-$VERSION
SOURCES=$SRCNAM.$EXTENSION
DOWNLOAD="http://downloads.sourceforge.net/project/gambas/gambas$RAMA/$SOURCES"
DOWNLOAD="https://downloads.sourceforge.net/project/gambas/gambas$RAMA/$SOURCES"
}

# Descomprimimos el fichero descargado
Expand Down
4 changes: 2 additions & 2 deletions Desarrollo/wxHexEditor_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,7 +16,7 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/wxhexeditor/files/wxHexEditor/
WEB=https://sourceforge.net/projects/wxhexeditor/files/wxHexEditor/
VERSION_REAL=$(curl -s $WEB | grep -m1 "class=\"folder" | grep -Po 'title="\K.*(?=" )' | sed 's/ /%20/g')
PRGNAM=wxHexEditor
echo -ne "\033]2;${PRGNAM}_updater\007"
Expand Down
4 changes: 2 additions & 2 deletions Desarrollo/yad_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151024
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,7 +16,7 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/yad-dialog/files/
WEB=https://sourceforge.net/projects/yad-dialog/files/
VERSION=`curl -s $WEB|grep /latest|cut -d "-" -f3|cut -d "t" -f1|sed "s/.$//g"`
PRGNAM=yad
echo -ne "\033]2;${PRGNAM}_updater\007"
Expand Down
4 changes: 2 additions & 2 deletions Internet/filezilla_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20160130
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -19,7 +19,7 @@ F_variables() {
PRGNAM=filezilla
echo -ne "\033]2;${PRGNAM}_updater\007"
PRGNAM2=FileZilla
WEB=http://sourceforge.net/projects/filezilla/files/FileZilla_Client/
WEB=https://sourceforge.net/projects/filezilla/files/FileZilla_Client/
VERSION=`curl -s $WEB | grep -m 1 "<tr title="|cut -d '"' -f2| sed "s/ //g"`
EXTENSION=tar.bz2
SOURCES=${PRGNAM2}_${VERSION}_src.$EXTENSION
Expand Down
4 changes: 2 additions & 2 deletions Internet/xampp_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=xampp
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/
WEB=https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/
VERSION=$(curl -s $WEB | grep class=\"folder | grep -Po 'title="\K.*(?=" )' | sort | tail -1)
ARCHIVO=$(curl -s $WEB$VERSION/ | grep class=\"file | grep -Po 'title="\K.*(?=" )' | head -2 | grep -v x64)
}
Expand Down
4 changes: 2 additions & 2 deletions Juegos/brutalchess_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=brutalchess
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/$PRGNAM/files/
WEB=https://sourceforge.net/projects/$PRGNAM/files/
VERSION=`curl -s $WEB|grep .tar.gz|head -1|rev|cut -d / -f1|rev|cut -d ':' -f-1|cut -d- -f-3|cut -d- -f3`
EXTENSION=tar.gz
SOURCES=$PRGNAM-alpha-$VERSION-src.$EXTENSION
Expand Down
6 changes: 3 additions & 3 deletions Juegos/pokerth_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,12 +18,12 @@ f_variables(){
F_variables() {
PRGNAM=pokerth
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
WEB=https://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
VERSION=`curl -s $WEB | grep -i latest | grep PokerTH |cut -d "/" -f9 | cut -d- -f2 | cut -d "a" -f1 | sed 's/.$//g' | sed "s/ //g"`
EXTENSION=tar.bz2
SRCNAM=PokerTH-$VERSION-src
SOURCES=$SRCNAM.$EXTENSION
DOWNLOAD=http://downloads.sourceforge.net/$PRGNAM/$SOURCES
DOWNLOAD=https://downloads.sourceforge.net/$PRGNAM/$SOURCES
}

# Descomprimimos el fichero descargado y compilamos
Expand Down
6 changes: 3 additions & 3 deletions Librerias/cryptopp_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,12 +18,12 @@ f_variables(){
F_variables() {
PRGNAM=cryptopp
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/$PRGNAM/files/
WEB=https://sourceforge.net/projects/$PRGNAM/files/
VERSION=`curl -s $WEB | grep zip | cut -d "/" -f8 | sed "s/ //g"`
RAMA=`echo $VERSION | sed "s/[.]//g"`
EXTENSION=zip
SOURCES=$PRGNAM$RAMA.$EXTENSION
DOWNLOAD=http://downloads.sourceforge.net/project/$PRGNAM/$PRGNAM/$VERSION/$SOURCES
DOWNLOAD=https://downloads.sourceforge.net/project/$PRGNAM/$PRGNAM/$VERSION/$SOURCES
}

# Descomprimimos el fichero descargado y compilamos
Expand Down
4 changes: 2 additions & 2 deletions Librerias/docutils_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151120
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=docutils
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
WEB=https://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
VERSION=`curl -s $WEB|grep latest/|head -1|cut -d- -f2|cut -d t -f-1|sed 's/.$//g'`
EXTENSION=tar.gz
SOURCES=$PRGNAM-$VERSION.$EXTENSION
Expand Down
4 changes: 2 additions & 2 deletions Librerias/libdnet_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151029
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=libdnet
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
WEB=https://sourceforge.net/projects/$PRGNAM/files/$PRGNAM/
VERSION=`curl -s $WEB| grep $PRGNAM-[0-9]|head -1|cut -d- -f3|cut -d t -f-1|sed 's/.$//g'`
EXTENSION=tar.gz
SOURCES=$PRGNAM-$VERSION.$EXTENSION
Expand Down
4 changes: 2 additions & 2 deletions Librerias/libfilezilla_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20160130
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,7 +18,7 @@ f_variables(){
F_variables() {
PRGNAM=libfilezilla
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/filezilla/files/libfilezilla/
WEB=https://sourceforge.net/projects/filezilla/files/libfilezilla/
VERSION=`curl -s $WEB | grep -m 1 "<tr title="|cut -d '"' -f2| sed "s/ //g"`
EXTENSION=tar.bz2
SOURCES=$PRGNAM-$VERSION.$EXTENSION
Expand Down
4 changes: 2 additions & 2 deletions Librerias/libquicktime_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151116
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -16,7 +16,7 @@ f_variables(){
############################################################
# Definicion de variables
F_variables() {
WEB=http://sourceforge.net/projects/libquicktime/files/
WEB=https://sourceforge.net/projects/libquicktime/files/
VERSION=`curl -s $WEB | grep /latest | cut -d '/' -f 8 | cut -d ":" -f 1 | cut -d '-' -f 2 | cut -d "t" -f-1`
PRGNAM=libquicktime
echo -ne "\033]2;${PRGNAM}_updater\007"
Expand Down
6 changes: 3 additions & 3 deletions Librerias/mjpegtools_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151025
SCRIPT_VERSION=20160211

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -18,11 +18,11 @@ f_variables(){
F_variables() {
PRGNAM=mjpegtools
echo -ne "\033]2;${PRGNAM}_updater\007"
WEB=http://sourceforge.net/projects/mjpeg/files/$PRGNAM/
WEB=https://sourceforge.net/projects/mjpeg/files/$PRGNAM/
VERSION=`curl -s $WEB|grep mjpegtools/[0-9]|head -1|cut -d- -f2`
EXTENSION=tar.gz
SOURCES=$PRGNAM-$VERSION.$EXTENSION
DOWNLOAD=http://downloads.sourceforge.net/mjpeg/$SOURCES
DOWNLOAD=https://downloads.sourceforge.net/mjpeg/$SOURCES
}

# Descomprimimos el fichero descargado y compilamos
Expand Down
Loading

0 comments on commit 63bd26a

Please sign in to comment.