Skip to content

Commit

Permalink
Update fft3dfilter with api4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Sep 11, 2021
1 parent f56e813 commit 67ac70c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions local/fft3dfilter.json
Expand Up @@ -7,14 +7,38 @@
"identifier": "systems.innocent.fft3dfilter",
"namespace": "fft3dfilter",
"github": "https://github.com/myrsloik/VapourSynth-FFT3DFilter",
"api": 4,
"dependencies": [
"org.fftw.fftw3"
],
"releases": [
{
"version": "R2",
"published": "2021-09-11T18:41:47Z",
"win32": {
"url": "https://github.com/myrsloik/VapourSynth-FFT3DFilter/releases/download/R2/FFT3DFilter-r2.7z",
"files": {
"fft3dfilter.dll": [
"Win32/fft3dfilter.dll",
"1dee1f5c9ec2d1837d07f8d857621cfff0c387c311c7e74005f662a9be8eab97"
]
}
},
"win64": {
"url": "https://github.com/myrsloik/VapourSynth-FFT3DFilter/releases/download/R2/FFT3DFilter-r2.7z",
"files": {
"fft3dfilter.dll": [
"x64/fft3dfilter.dll",
"6f4299318e8879d74b46b2516b95bf0dd170749a4ed42534a5d3c485eb2ab2ef"
]
}
}
},
{
"version": "R1",
"published": "2018-07-11T10:29:20Z",
"win32": {
"api": 3,
"url": "https://github.com/myrsloik/VapourSynth-FFT3DFilter/releases/download/R1/FFT3DFilter-r1.7z",
"files": {
"fft3dfilter.dll": [
Expand All @@ -24,6 +48,7 @@
}
},
"win64": {
"api": 3,
"url": "https://github.com/myrsloik/VapourSynth-FFT3DFilter/releases/download/R1/FFT3DFilter-r1.7z",
"files": {
"fft3dfilter.dll": [
Expand Down

0 comments on commit 67ac70c

Please sign in to comment.