mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
assimp: update to 5.0.1
This commit is contained in:
parent
639ee0f35d
commit
b4930c67cf
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'assimp'
|
# Template file for 'assimp'
|
||||||
pkgname=assimp
|
pkgname=assimp
|
||||||
version=5.0.0
|
version=5.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
configure_args="-DASSIMP_BUILD_SAMPLES=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://assimp.sourceforge.net/"
|
homepage="http://assimp.sourceforge.net/"
|
||||||
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/assimp/assimp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c
|
checksum=11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc
|
||||||
depends="libassimp>=${version}_${revision}"
|
depends="libassimp>=${version}_${revision}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue