libSavitar: update to 4.12.1.

This commit is contained in:
Karl Nilsson 2021-11-18 16:07:57 -05:00 committed by Érico Nogueira Rolim
parent 4e9d98009e
commit 462e302b21
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libSavitar' # Template file for 'libSavitar'
pkgname=libSavitar pkgname=libSavitar
version=4.12.0 version=4.12.1
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="python3" hostmakedepends="python3"
@ -10,7 +10,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="LGPL-3.0-or-later" license="LGPL-3.0-or-later"
homepage="https://github.com/Ultimaker/libSavitar" homepage="https://github.com/Ultimaker/libSavitar"
distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz" distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz"
checksum=1065e0cca68eccf283dec72a4a515a8fe45d87058e938f98ab4233deb990e0a7 checksum=de73263b28e288d933665eae1e6ebc5026cc7a128aff4a4716b7cd60756b9940
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3-sip-devel" hostmakedepends+=" python3-sip-devel"