From 0869a9b9b7719c84e9ae6513b2d6e91a52179483 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 2 Dec 2024 10:53:54 +0000 Subject: [PATCH] version bump --- .cirrus.yml | 4 ++-- jaylib-5.5.0-1.pom | 39 --------------------------------------- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 jaylib-5.5.0-1.pom diff --git a/.cirrus.yml b/.cirrus.yml index 51c7019..74d0135 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ mac_task: image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest env: RAYLIB_PLATFORM: macosx-arm64 - RAYLIB_VERSION: 5.5.0-1 + RAYLIB_VERSION: 5.5.0-2 setup_script: - brew update - brew install java11 @@ -31,7 +31,7 @@ pi_task: image: dtcooper/raspberrypi-os:python-bullseye env: RAYLIB_PLATFORM: linux-arm64 - RAYLIB_VERSION: 5.0.0-0 + RAYLIB_VERSION: 5.5.0-2 setup_script: - apt update - apt -y install openjdk-11-jdk cmake libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev diff --git a/jaylib-5.5.0-1.pom b/jaylib-5.5.0-1.pom deleted file mode 100644 index bdd5d63..0000000 --- a/jaylib-5.5.0-1.pom +++ /dev/null @@ -1,39 +0,0 @@ - - - 4.0.0 - - uk.co.electronstudio.jaylib - jaylib - 5.5.0-1 - jar - - jaylib - JNI bindings for Raylib - https://github.com/electronstudio/jaylib/ - - - - GNU GENERAL PUBLIC LICENSE WITH THE CLASSPATH EXCEPTION - https://raw.githubusercontent.com/electronstudio/jaylib/master/REAL-LICENSE.txt - - - - - - Richard Smith - sonatype@electronstudio.co.uk - Electron Studio - http://www.electronstudio.co.uk - - - - - scm:git:git://github.com/electronstudio/jaylib.git - scm:git:ssh://github.com:electronstudio/jaylib,git - https://github.com/electronstudio/jaylib/tree/master/ - - - - \ No newline at end of file