diff --git a/core-misc/aosc-aaa/autobuild/postinst b/core-misc/aosc-aaa/autobuild/postinst index 7483c1b..a7b81fe 100644 --- a/core-misc/aosc-aaa/autobuild/postinst +++ b/core-misc/aosc-aaa/autobuild/postinst @@ -17,7 +17,7 @@ install -dm1777 /var/tmp echo -e \ ' -Welcome to AOSC OS (5.3.0)! +Welcome to AOSC OS (5.3.1)! This is a feature and security update to the Core 5 series. @@ -32,6 +32,7 @@ Updates: - Updated Binutils with the newest changes on the 2.30 branch. - Multiple security fixes. - Updated GCC with the newest changes on the 7.3.1 branch. +- Updated Perl with security fixes. - Updated Linux API Headers to 4.16.2. - Updated Ncurses to 6.1+20180407. - Updated Bash to 4.4.19. @@ -44,9 +45,9 @@ What to Expect: ------------------------------------------------------------------------------- -For a full changelog of Core 5.3.0, please read at: +For a full changelog of Core 5.3.1, please read at: - https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.3.0 + https://github.com/AOSC-Dev/aosc-os-core/releases/tag/v5.3.1 ------------------------------------------------------------------------------- diff --git a/core-misc/aosc-aaa/spec b/core-misc/aosc-aaa/spec index fb871e5..5ff498d 100644 --- a/core-misc/aosc-aaa/spec +++ b/core-misc/aosc-aaa/spec @@ -1,3 +1,3 @@ -VER=5.3.0 +VER=5.3.1 GITSRC="https://github.com/AOSC-Dev/aosc-aaa" GITCO="tags/v$VER"