View Single Post
Old 16th May 2020, 14:48   #162  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Small issue in vsrepo ... I pushed some updates for descale_script https://github.com/vapoursynth/vsrep...le_script.json
Because the script itself does not have changed (only the descale plugin) in r4, r5, r6, the hash is the same as r3.


vsrepo recognices it as r3 and not r6 and an update does not fix it (hash stays the same)

Code:
.\vsrepo.py installed
*Descale                  descale         r3          r6
Adding r4-6 to the ignore list would be one option. But I think vsrepo should just read the releases from bottom to top to avoid this.
What do you think?

EDIT
No wait its a totally different issue

EDIT2
Code:
script
	"name": "Descale Script",
	"identifier": "descale",
	"modulename": "descale",

plugin
	"name": "Descale",
	"identifier": "tegaf.asi.xe",
	"namespace": "descale",
Code:
.\vsrepo.py upgrade descale
Package Descale Script not upgraded, latest version installed
Nothing done
Both names or identifier are "descale", that seems to be the problem.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 16th May 2020 at 14:55.
ChaosKing is offline   Reply With Quote