python/pysmssend: Updated for version 1.48.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Michales Michaloudes 2012-09-10 11:15:57 +02:00 committed by Robby Workman
parent f7a24d0999
commit f94a468702
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
Pysmssend project is a program for sending sms over the internet using
your ADSL/VOIP provider account. The program has both GUI and command
your ADSL/VOIP provider account. The program has both GUI and command
line interfaces so that it can fulfill any needs.

View file

@ -4,7 +4,7 @@
# Written by Michales Michaloudes korgie@gmail.com
PRGNAM=pysmssend
VERSION=${VERSION:-1.45}
VERSION=${VERSION:-1.48}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pysmssend"
VERSION="1.45"
VERSION="1.48"
HOMEPAGE="http://pysmssend.silverarrow.org/"
DOWNLOAD="http://pysmssend.silverarrow.org/files/pysmssend-1.45.tar.gz"
MD5SUM="14ad1ce0094731427b103fa5586c97da"
DOWNLOAD="http://pysmssend.silverarrow.org/files/pysmssend-1.48.tar.gz"
MD5SUM="6f646a4267151bfae623895d9c12cdd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mechanize"