Browse Source
perl/perl-Sidef: Updated for version 2.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/25/head
Edinaldo P. Silva
9 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
6 additions and
4 deletions
-
perl/perl-Sidef/README
-
perl/perl-Sidef/perl-Sidef.SlackBuild
-
perl/perl-Sidef/perl-Sidef.info
|
|
@ -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. |
|
|
@ -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} |
|
|
|
|
|
|
|
|
|
@ -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" |
|
|
|