cura-engine: update to 4.4.1.
This commit is contained in:
parent
643b566d67
commit
de018484f0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cura-engine'
|
||||
pkgname=cura-engine
|
||||
version=4.4.0
|
||||
version=4.4.1
|
||||
revision=1
|
||||
wrksrc="CuraEngine-${version}"
|
||||
build_style=cmake
|
||||
|
@ -11,8 +11,8 @@ short_desc="Engine for processing 3D models into GCode"
|
|||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://github.com/Ultimaker/CuraEngine"
|
||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
||||
checksum=972d7fad4386d3ec74e7c247042c7778c61b0e3546cc95484211d0d797842160
|
||||
distfiles="https://github.com/Ultimaker/CuraEngine/archive/v${version}.tar.gz"
|
||||
checksum=6881262902405f8ad8732d9098ddf796cd0e5b23ff3c09e4d0af47d55eadab83
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue