Jelajahi Sumber

upgrading package: parrot 2.2.0 -> 2.3.0

Ralf S. Engelschall 15 tahun lalu
induk
melakukan
1eeca633d4
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      parrot/parrot.spec

+ 4 - 4
parrot/parrot.spec

@@ -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+)/
     }