|
|
@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Language
|
|
|
License: Artistic/GPL
|
|
|
-Version: 2.2.0
|
|
|
-Release: 20100329
|
|
|
+Version: 2.3.0
|
|
|
+Release: 20100423
|
|
|
|
|
|
# package options
|
|
|
%option with_gmp yes
|
|
|
@@ -41,7 +41,7 @@ Release: 20100329
|
|
|
%option with_icu no
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.parrot.org/pub/parrot/releases/devel/%{version}/parrot-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.parrot.org/pub/parrot/releases/stable/%{version}/parrot-%{version}.tar.gz
|
|
|
Patch0: parrot.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -72,7 +72,7 @@ PreReq: icu
|
|
|
%track
|
|
|
prog parrot = {
|
|
|
version = %{version}
|
|
|
- url = ftp://ftp.parrot.org/pub/parrot/releases/devel/
|
|
|
+ url = ftp://ftp.parrot.org/pub/parrot/releases/stable/
|
|
|
regex = (\d+\.\d+\.\d+)/
|
|
|
}
|
|
|
|