Update to rgbds-1.0.1.

This commit is contained in:
bentley
2026-06-01 08:21:44 +00:00
parent ddb6f08415
commit 1b76c1ced0
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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}
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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[]) {
+1 -1
View File
@@ -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[]) {
+1 -1
View File
@@ -9,7 +9,7 @@ Index: src/gfx/main.cpp
#include <vector>
#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[]) {
+1 -1
View File
@@ -9,7 +9,7 @@ Index: src/link/main.cpp
#include <utility>
#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[]) {