cura-fdm-materials: update to 3.0.3.
This commit is contained in:
parent
dd5acac5ea
commit
16a71a44b2
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cura-fdm-materials'
|
# Template file for 'cura-fdm-materials'
|
||||||
pkgname=cura-fdm-materials
|
pkgname=cura-fdm-materials
|
||||||
version=2.7.0
|
version=3.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="FDM Material database"
|
short_desc="FDM Material database"
|
||||||
|
@ -8,5 +8,9 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="CC0"
|
license="CC0"
|
||||||
homepage="https://github.com/Ultimaker/fdm_materials"
|
homepage="https://github.com/Ultimaker/fdm_materials"
|
||||||
distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
|
distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
|
||||||
checksum=d9b9c2e3aac2f76cdbbadf994612087b288501d9cb3c5346b09ccf34857c84a1
|
checksum=f7a5759b2f83f0f04e36895b845e01102cefd916fd0ea42366fdc4d77d5b6dc9
|
||||||
wrksrc=fdm_materials-${version}
|
wrksrc=fdm_materials-${version}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue