mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-11 07:12:56 +02:00
CImg: update to 2.9.4.
CVE-2020-25693
This commit is contained in:
parent
fe4a0ebb49
commit
d48cd4cc56
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'CImg'
|
# Template file for 'CImg'
|
||||||
pkgname=CImg
|
pkgname=CImg
|
||||||
version=2.9.2
|
version=2.9.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="CImg-v.${version}"
|
wrksrc="CImg-v.${version}"
|
||||||
depends="libgraphicsmagick-devel fftw-devel"
|
depends="libgraphicsmagick-devel fftw-devel"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="CECILL-2.0, CECILL-C"
|
license="CECILL-2.0, CECILL-C"
|
||||||
homepage="http://cimg.eu"
|
homepage="http://cimg.eu"
|
||||||
distfiles="https://github.com/dtschump/CImg/archive/v.${version}.tar.gz"
|
distfiles="https://github.com/dtschump/CImg/archive/v.${version}.tar.gz"
|
||||||
checksum=dffb0a78388d032eae8d6695afb58bc0429feaf7818b341e1926bb72ba6b6d0f
|
checksum=1460eb3f1e57bc2c5f82507cd1c0e513c821ee7c48552dd6f90eabb696de8424
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense Licence_CeCILL_V2-en.txt
|
vlicense Licence_CeCILL_V2-en.txt
|
||||||
|
|
1
srcpkgs/CImg/update
Normal file
1
srcpkgs/CImg/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="/archive/v.\K[\d.]+(?=\.tar\.gz)"
|
Loading…
Add table
Reference in a new issue