diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-16 15:38:19 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-16 15:38:19 +0200 |
commit | 56b5bc4f8a11edebb89ee43395f2fc520c5a0c7c (patch) | |
tree | 260d63401346a77ade99e883fd4645bae4761c56 /tools/update_versions.sh | |
parent | 3d9f7913a6c825933a92224bc8346ea123d0cba0 (diff) | |
download | sbotools2-56b5bc4f8a11edebb89ee43395f2fc520c5a0c7c.tar.xz |
Add SBO::Lib::<submodules> to the version updating script
Diffstat (limited to 'tools/update_versions.sh')
-rwxr-xr-x | tools/update_versions.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh index 23f1c76..35879b7 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -30,6 +30,14 @@ version="$1" update=" SBO-Lib/lib/SBO/Lib.pm + SBO-Lib/lib/SBO/Lib/Util.pm + SBO-Lib/lib/SBO/Lib/Tree.pm + SBO-Lib/lib/SBO/Lib/Repo.pm + SBO-Lib/lib/SBO/Lib/Readme.pm + SBO-Lib/lib/SBO/Lib/Pkgs.pm + SBO-Lib/lib/SBO/Lib/Info.pm + SBO-Lib/lib/SBO/Lib/Download.pm + SBO-Lib/lib/SBO/Lib/Build.pm slackbuild/sbotools/sbotools.SlackBuild slackbuild/sbotools/sbotools.info " |