diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:59:08 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-02-14 16:59:08 +0100 |
commit | e00da0a0c646326b20b01726e24fb4228e310dda (patch) | |
tree | 3d71973283f521291f087017bb24dc0dc4c94e27 | |
parent | 7c68378a8e02008e288cd702dd4fc33c99c0469c (diff) | |
download | sbotools-e00da0a0c646326b20b01726e24fb4228e310dda.tar.xz |
tools/update_versions.sh: Add new SBO::App files
-rwxr-xr-x | tools/update_versions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/update_versions.sh b/tools/update_versions.sh index 8c7f49f..188ed35 100755 --- a/tools/update_versions.sh +++ b/tools/update_versions.sh @@ -38,6 +38,9 @@ update_perl=" SBO-Lib/lib/SBO/Lib/Info.pm SBO-Lib/lib/SBO/Lib/Download.pm SBO-Lib/lib/SBO/Lib/Build.pm + SBO-Lib/lib/SBO/App.pm + SBO-Lib/lib/SBO/App/Remove.pm + SBO-Lib/lib/SBO/App/Snap.pm " update_other=" SBO-Lib/README |