Changeset 20834
- Timestamp:
- 12/02/06 04:08:08 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/resources/group/ruby-1.0.tcl
r20544 r20834 91 91 homepage http://rubyforge.org/projects/${ruby.project} 92 92 master_sites http://rubyforge.org/frs/download.php/${num}/ 93 livecheck.check regex 94 livecheck.url http://rubyforge.org/projects/${ruby.project} 95 livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 93 96 } 94 97 rubyforge:* { … … 96 99 homepage http://rubyforge.org/projects/${ruby.project} 97 100 master_sites http://rubyforge.org/frs/download.php/${num}/ 101 livecheck.check regex 102 livecheck.url http://rubyforge.org/projects/${ruby.project} 103 livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 98 104 } 99 105 rubyforge_gem { 100 106 homepage http://rubyforge.org/projects/${ruby.project} 101 107 master_sites http://rubyforge.rubyuser.de/gems/ 108 livecheck.check regex 109 livecheck.url http://rubyforge.org/projects/${ruby.project} 110 livecheck.regex "<strong>${ruby.project}</strong></td><td>REL (.*)$" 102 111 } 103 112 sourceforge:* {

