mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
box2d: update to 2.4.2.
This commit is contained in:
parent
ed6457e94e
commit
a51f0abb48
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'box2d'
|
# Template file for 'box2d'
|
||||||
|
# 3.x is C, libreoffice doesn't work
|
||||||
pkgname=box2d
|
pkgname=box2d
|
||||||
version=2.4.1
|
version=2.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBOX2D_BUILD_TESTBED=OFF -DBOX2D_BUILD_UNIT_TESTS=OFF
|
configure_args="-DBOX2D_BUILD_TESTBED=OFF -DBOX2D_BUILD_UNIT_TESTS=OFF
|
||||||
|
@ -12,7 +13,8 @@ license="MIT"
|
||||||
homepage="https://github.com/erincatto/box2d"
|
homepage="https://github.com/erincatto/box2d"
|
||||||
# Use this distfiles until next release
|
# Use this distfiles until next release
|
||||||
distfiles="https://dev-www.libreoffice.org/src/box2d-${version}.tar.gz"
|
distfiles="https://dev-www.libreoffice.org/src/box2d-${version}.tar.gz"
|
||||||
checksum=d6b4650ff897ee1ead27cf77a5933ea197cbeef6705638dd181adc2e816b23c2
|
distfiles="https://github.com/erincatto/box2d/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=85b9b104d256c985e6e244b4227d447897fac429071cc114e5cc819dae848852
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue