perl/perl-Sidef: Updated for version 2.30.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2016-08-05 17:58:20 +07:00 committed by Willy Sudiarto Raharjo
parent 50c1ff3d40
commit d9fab9abeb
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 4 deletions

View file

@ -3,3 +3,5 @@ perl-Sidef (A modern object-oriented programming language).
Sidef is a modern object-oriented programming language, implemented in Perl.
You can download Sidef HandBook at: http://trizen.gitbooks.io/sidef-lang/
Optional dependencie: perl-Math-BigInt, perl-Math-BigInt-GMP.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Sidef
VERSION=${VERSION:-2.26}
VERSION=${VERSION:-2.30}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Sidef"
VERSION="2.26"
VERSION="2.30"
HOMEPAGE="https://github.com/trizen/sidef"
DOWNLOAD="https://github.com/trizen/sidef/archive/2.26.tar.gz"
MD5SUM="0219f24751eea6fc711c37cfdf1b3f04"
DOWNLOAD="https://github.com/trizen/sidef/archive/2.0/sidef-2.30.tar.gz"
MD5SUM="84637e164a85702b8949977a35b4f2a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-data-dump perl-Module-Build"