diff --git a/INSTALL.md b/INSTALL.md index b3822686e93005513f59fc82a5ebc653ae058a01..76ccb3f47b5d467c272b8048d530ba252bfcb470 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,9 +5,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later -- skalibs version 2.12.0.2: http://skarnet.org/software/skalibs/ +- skalibs version 2.14.1.0: http://skarnet.org/software/skalibs/ - execline version 2.9.4.0: http://skarnet.org/software/execline/ -- oblibs version 0.2.0.0: https://git.obarun.org/Obarun/oblibs/ +- oblibs version 0.2.0.2: https://git.obarun.org/Obarun/oblibs/ - lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/ - If cross-compiling: the sysdeps for your target architecture (see the [Cross-compilation](INSTALL.md#Cross-compilation) section below) diff --git a/build_toolchain.sh b/build_toolchain.sh index d0478f18ba982a736b40bba08a6540b1033c9e86..7006882b987bfa79216f7f8840c16f323056c825 100755 --- a/build_toolchain.sh +++ b/build_toolchain.sh @@ -6,9 +6,9 @@ if [ "$1" == "commit" ]; then tag=0 fi -skalibs_tag="v2.14.0.1" +skalibs_tag="v2.14.1.0" execline_tag="v2.9.4.0" -oblibs_tag="0.2.0.0" +oblibs_tag="0.2.0.2" check_tag(){ diff --git a/package/info b/package/info index 59e33b2bcea2010de298bf7d221601710c35c748..8555eb4301f176ee61f7825ab9d4e0810c3da522 100644 --- a/package/info +++ b/package/info @@ -1,3 +1,3 @@ package=66-tools -version=0.1.0.0 +version=0.1.0.1 package_macro_name=SS_TOOLS