diff options
Diffstat (limited to 'tools/update_versions.sh')
-rwxr-xr-x | tools/update_versions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh index 188ed35..09a0043 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -44,8 +44,8 @@ update_perl=" " update_other=" SBO-Lib/README - slackbuild/sbotools/sbotools.SlackBuild - slackbuild/sbotools/sbotools.info + slackbuild/sbotools2/sbotools2.SlackBuild + slackbuild/sbotools2/sbotools2.info " old_version=$(grep '^our $VERSION' SBO-Lib/lib/SBO/Lib.pm | grep -Eo '[0-9]+(\.[0-9RC@gita-f]+){0,1}') |