vapoursynth: update to R45.1.
This commit is contained in:
parent
252c51eff9
commit
6bac853d62
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vapoursynth'
|
||||
pkgname=vapoursynth
|
||||
version=R44
|
||||
revision=5
|
||||
version=R45.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config libtool nasm python3-Cython"
|
||||
makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel
|
||||
|
@ -12,7 +12,7 @@ license="LGPL-2.1-or-later, OFL-1.1"
|
|||
homepage="http://www.vapoursynth.com"
|
||||
changelog="https://raw.githubusercontent.com/vapoursynth/vapoursynth/master/ChangeLog"
|
||||
distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz"
|
||||
checksum=3459aa903c42b2f87a634ee705fcc3dd251729bd179e8ab4684a50bd7415930a
|
||||
checksum=4f43e5bb8c4817fdebe572d82febe4abac892918c54e1cb71aa6f6eb3677a877
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
aarch64*)
|
||||
|
|
|
@ -1 +1 @@
|
|||
pattern='\KR[\d\.]+(?=<)'
|
||||
pattern="R[\d\.]+(?=\.tar\.gz)"
|
||||
|
|
Loading…
Reference in New Issue