소스 검색

upgrading package: parrot 0.5.0 -> 0.5.1

Ralf S. Engelschall 18 년 전
부모
커밋
cc99d97cad
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      parrot/parrot.spec

+ 4 - 4
parrot/parrot.spec

@@ -32,14 +32,14 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Language
 License:      Artistic/GPL
-Version:      0.5.0
-Release:      20071121
+Version:      0.5.1
+Release:      20071223
 
 #   package options
 %option       with_icu  no
 
 #   list of sources
-Source0:      http://www.cpan.org/authors/id/C/CH/CHROMATIC/parrot-%{version}.tar.gz
+Source0:      http://www.cpan.org/authors/id/J/JO/JONATHAN/parrot-%{version}.tar.gz
 Patch0:       parrot.patch
 
 #   build information
@@ -64,7 +64,7 @@ AutoReqProv:  no
 %track
     prog parrot = {
         version   = %{version}
-        url       = http://www.cpan.org/authors/id/C/CH/CHROMATIC/
+        url       = http://www.cpan.org/authors/id/J/JO/JONATHAN/
         regex     = parrot-(__VER__)\.tar\.gz
     }