M buildslack => buildslack +1 -1
@@ 20,7 20,7 @@ package require cmdline
# try loading package, if that fails, try sourcing the scripts from
# the directory of the current script
try {
- package require buildslack 0.1.8
+ package require buildslack 0.1.9
} on error {} {
source [file join [file dirname [info script]] index.tcl ]
source [file join [file dirname [info script]] repository.tcl ]
M pkgIndex.tcl => pkgIndex.tcl +2 -2
@@ 1,6 1,6 @@
-package ifneeded buildslack 0.1.8 [ subst {
+package ifneeded buildslack 0.1.9 [ subst {
foreach f {build.tcl database.tcl environment.tcl index.tcl queue.tcl repository.tcl slackbuild.tcl sources.tcl} {
source [file join $dir \$f]
}
- package provide buildslack 0.1.8
+ package provide buildslack 0.1.9
} ]