gifski: update to 1.11.0.
This commit is contained in:
parent
faa7079d72
commit
9f473ce977
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gifski'
|
# Template file for 'gifski'
|
||||||
pkgname=gifski
|
pkgname=gifski
|
||||||
version=1.10.3
|
version=1.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=openmp"
|
configure_args="--features=openmp"
|
||||||
|
@ -11,7 +11,12 @@ license="AGPL-3.0-only"
|
||||||
homepage="https://gif.ski"
|
homepage="https://gif.ski"
|
||||||
changelog="https://github.com/ImageOptim/gifski/releases"
|
changelog="https://github.com/ImageOptim/gifski/releases"
|
||||||
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
||||||
checksum=5ba367f9d9f144d1e489c2393930b0eddfae7a8fcc732be22aabd66bb8b2fc62
|
checksum=adf9ff87c43900925ac1e0a34cfbccf01072a4b7bfac586d41902fc894a2e457
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# https://github.com/ImageOptim/gifski/issues/300#issuecomment-1553003435
|
||||||
|
rm -rf .cargo
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue