Skip to content

Commit

Permalink
Reparado zope.interface
Browse files Browse the repository at this point in the history
  • Loading branch information
wifislax-ng committed Jun 11, 2016
1 parent 4881a9b commit 5ca9cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Desarrollo/zope.interface_updater
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script by www.seguridadwireless.net

SCRIPT_VERSION=20151031
SCRIPT_VERSION=20160611

############################################################
## Funciones comunes. Su nombre empieza por f_ ##
Expand All @@ -22,7 +22,7 @@ F_variables() {
VERSION=`curl -s $WEB|grep $PRGNAM/[0-9]|head -1|cut -d / -f4|cut -d '"' -f-1`
EXTENSION=tar.gz
SOURCES=$PRGNAM-$VERSION.$EXTENSION
DOWNLOAD=https://pypi.python.org/packages/source/z/$PRGNAM/$SOURCES
DOWNLOAD=`curl -s $WEB|grep $SOURCES|grep https|head -1|cut -d '"' -f2|cut -d '#' -f-1`
}

# Descomprimimos el fichero descargado y compilamos
Expand Down

0 comments on commit 5ca9cdb

Please sign in to comment.