pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/raylib



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Tue Feb 20 19:56:09 UTC 2024

Modified Files:
        pkgsrc/devel/raylib: Makefile distinfo

Log Message:
devel/raylib: Update to 5.0

raylib 5.0 - 10th Anniversary Edition (18 November 2023)

KEY CHANGES:

 - REDESIGNED: rcore module platform-split, by @ubkp, @michaelfiber,
   @Bigfoot71, @raysan5
 - ADDED: New platform backend supported: SDL
 - ADDED: New platform backend supported: Nintendo Switch (closed source)
 - ADDED: New Splines drawing and evaluation API
 - ADDED: New pseudo-random numbers generator: rprand
 - ADDED: Automation Events System API
 - UPDATED: raygui 4.0: New version of this immediate-mode gui system for tools
   development with raylib


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/raylib/Makefile \
    pkgsrc/devel/raylib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/raylib/Makefile
diff -u pkgsrc/devel/raylib/Makefile:1.1 pkgsrc/devel/raylib/Makefile:1.2
--- pkgsrc/devel/raylib/Makefile:1.1    Tue Jul 11 23:46:57 2023
+++ pkgsrc/devel/raylib/Makefile        Tue Feb 20 19:56:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/07/11 23:46:57 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/20 19:56:09 charlotte Exp $
 
-DISTNAME=      raylib-4.5.0
+DISTNAME=      raylib-5.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=raysan5/}
 
Index: pkgsrc/devel/raylib/distinfo
diff -u pkgsrc/devel/raylib/distinfo:1.1 pkgsrc/devel/raylib/distinfo:1.2
--- pkgsrc/devel/raylib/distinfo:1.1    Tue Jul 11 23:46:57 2023
+++ pkgsrc/devel/raylib/distinfo        Tue Feb 20 19:56:09 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/07/11 23:46:57 charlotte Exp $
+$NetBSD: distinfo,v 1.2 2024/02/20 19:56:09 charlotte Exp $
 
-BLAKE2s (raylib-4.5.0.tar.gz) = bfa42173281fc489cb2789ee8d280be33cbbf7f8f091ebaf302fe367fd1a5c38
-SHA512 (raylib-4.5.0.tar.gz) = a959abbb577a8951251a469d6505093fd20988444dcf055e26cb0b484ef4024211b2cca45187accbd465c56bc50e02d450b6f7f7cfde2cdaedcdce422f80dcbc
-Size (raylib-4.5.0.tar.gz) = 31937534 bytes
+BLAKE2s (raylib-5.0.tar.gz) = 2a47ab2f54ece683520d4dd348b87c3904681fc4d3069b8789eb519fb678772e
+SHA512 (raylib-5.0.tar.gz) = 5956bc1646b99baac6eb1652c4d72e96af874337158672155ba144f131de8a4fd19291a58335a92fcaaa2fc818682f93ff4230af0f815efb8b49f7d2a162e9b0
+Size (raylib-5.0.tar.gz) = 32701105 bytes
 SHA1 (patch-cmake_CompilerFlags.cmake) = 032bac016e3d9ce44644a9d5f9b0c9652b3405b8



Home | Main Index | Thread Index | Old Index