diff --git a/devel/rgbds/Makefile b/devel/rgbds/Makefile index 0c22b9ad0af..78956e29c41 100644 --- a/devel/rgbds/Makefile +++ b/devel/rgbds/Makefile @@ -1,6 +1,6 @@ COMMENT = Game Boy development system -V = 1.0.0 +V = 1.0.1 DISTNAME = rgbds-$V DISTFILES = rgbds-$V{rgbds-source}${EXTRACT_SUFX} diff --git a/devel/rgbds/distinfo b/devel/rgbds/distinfo index d06004d5c5d..9770cc801c0 100644 --- a/devel/rgbds/distinfo +++ b/devel/rgbds/distinfo @@ -1,2 +1,2 @@ -SHA256 (rgbds-1.0.0.tar.gz) = XxtVMfi3Aztaw+fRsO0qYc9cJ4TkgB1/SDnMi95/ofc= -SIZE (rgbds-1.0.0.tar.gz) = 10552516 +SHA256 (rgbds-1.0.1.tar.gz) = C7gPaq7MOsFzdYaGAhqYy7lBqggpEkmF+Xe6jaTkiyE= +SIZE (rgbds-1.0.1.tar.gz) = 10556029 diff --git a/devel/rgbds/patches/patch-src_asm_main_cpp b/devel/rgbds/patches/patch-src_asm_main_cpp index ecd21bc25b4..a3441f3689f 100644 --- a/devel/rgbds/patches/patch-src_asm_main_cpp +++ b/devel/rgbds/patches/patch-src_asm_main_cpp @@ -9,7 +9,7 @@ Index: src/asm/main.cpp #include "backtrace.hpp" #include "cli.hpp" -@@ -498,6 +499,11 @@ static void verboseOutputConfig() { +@@ -497,6 +498,11 @@ static void verboseOutputConfig() { // LCOV_EXCL_STOP int main(int argc, char *argv[]) { diff --git a/devel/rgbds/patches/patch-src_fix_main_cpp b/devel/rgbds/patches/patch-src_fix_main_cpp index 9111590d659..416b318eeb4 100644 --- a/devel/rgbds/patches/patch-src_fix_main_cpp +++ b/devel/rgbds/patches/patch-src_fix_main_cpp @@ -9,7 +9,7 @@ Index: src/fix/main.cpp #include "cli.hpp" #include "diagnostics.hpp" -@@ -346,6 +347,11 @@ static void initLogo() { +@@ -345,6 +346,11 @@ static void initLogo() { } int main(int argc, char *argv[]) { diff --git a/devel/rgbds/patches/patch-src_gfx_main_cpp b/devel/rgbds/patches/patch-src_gfx_main_cpp index d3716222238..dbdc2f5cb04 100644 --- a/devel/rgbds/patches/patch-src_gfx_main_cpp +++ b/devel/rgbds/patches/patch-src_gfx_main_cpp @@ -9,7 +9,7 @@ Index: src/gfx/main.cpp #include #include "cli.hpp" -@@ -639,6 +640,11 @@ static void replaceExtension(std::string &path, char c +@@ -638,6 +639,11 @@ static void replaceExtension(std::string &path, char c } int main(int argc, char *argv[]) { diff --git a/devel/rgbds/patches/patch-src_link_main_cpp b/devel/rgbds/patches/patch-src_link_main_cpp index 7b6289fbcbd..00efa406e0a 100644 --- a/devel/rgbds/patches/patch-src_link_main_cpp +++ b/devel/rgbds/patches/patch-src_link_main_cpp @@ -9,7 +9,7 @@ Index: src/link/main.cpp #include #include "backtrace.hpp" -@@ -415,6 +416,11 @@ static void verboseOutputConfig() { +@@ -414,6 +415,11 @@ static void verboseOutputConfig() { // LCOV_EXCL_STOP int main(int argc, char *argv[]) {