summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-22 02:16:32 +0100
committerIsmael Luceno2022-03-21 22:38:29 +0100
commit80e35adb38c31a300ece2d2e5371e51f34a87ea5 (patch)
tree9e6fab3a884a1c03d49729b94957ce3021d75d5f /graphics-libs
parent6817aa336e76268ecad838f59f1c318060bef824 (diff)
box2d: Fix WEB_SITE and improve long desc
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/box2d/DETAILS6
-rw-r--r--graphics-libs/box2d/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics-libs/box2d/DETAILS b/graphics-libs/box2d/DETAILS
index d71d587c03..288b8e5a1a 100755
--- a/graphics-libs/box2d/DETAILS
+++ b/graphics-libs/box2d/DETAILS
@@ -4,12 +4,12 @@ source $GRIMOIRE/CMAKE_FUNCTIONS
SOURCE_HASH=sha512:d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-WEB_SITE=https://github.com/erincatto/box2d
- SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ WEB_SITE="https://box2d.org"
+ SOURCE_URL[0]=https://github.com/erincatto/box2d/archive/v$VERSION.tar.gz
LICENSE[0]=MIT
ENTERED=20211226
KEYWORDS=""
SHORT="2D physics engine for games"
cat << EOF
-Box2D is a 2D physics engine for games
+Box2D is a C++ physics engine for simulating rigid bodies in 2D.
EOF
diff --git a/graphics-libs/box2d/HISTORY b/graphics-libs/box2d/HISTORY
index cefe2d73e1..74f4b63e16 100644
--- a/graphics-libs/box2d/HISTORY
+++ b/graphics-libs/box2d/HISTORY
@@ -1,3 +1,6 @@
+2022-03-21 Ismael Luceno <ismael@iodev.co.uk>
+ * DETAILS: fixed WEB_SITE and improved long description
+
2021-12-26 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.4.1
spell created