M .builds/netbsd_latest.yml => .builds/netbsd_latest.yml +3 -2
@@ 1,15 1,16 @@
image: netbsd/latest
packages:
+ - mozilla-rootcerts
- devel/gmake
- ncursesw
- SDL2
- SDL2_image
- SDL2_mixer
- SDL2_ttf
-sources:
- - https://git.sr.ht/~octaspire/dern
tasks:
- setup: |
+ mozilla-rootcerts install
+ git clone https://git.sr.ht/~octaspire/dern
cd dern
gmake submodules-init
- build-devel: |
M dev/include/octaspire/dern/octaspire_dern_config.h => dev/include/octaspire/dern/octaspire_dern_config.h +1 -1
@@ 19,7 19,7 @@ limitations under the License.
#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "488"
-#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "0"
+#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "1"
#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \
M release/octaspire-dern-amalgamated.c => release/octaspire-dern-amalgamated.c +1 -1
@@ 26448,7 26448,7 @@ limitations under the License.
#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "488"
-#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "0"
+#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "1"
#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \