Extras
Extras copied to clipboard
ruffle: Add version 2022-09-27
/verify
Your changes do not pass checks.
ruffle
- [x] Description
- [x] License
- [x] Hashes
- [ ] Checkver
- [ ] Autoupdate
I don't understand why checkver and autoupdate fails. Does version have to be in x.y.z format? Currently it is x-y-z
No, the version can be x-y-z format, it doesn't have to be in x.y.z all the time. That being said, try this URL for your checkver instead of the one you are currently using: https://github.com/ruffle-rs/ruffle/tags
Also, you should try using a different regex, if the one you are using is not working. Here is a guide on the regex characters, and find out which ones you need to use: https://wikiless.org/wiki/Regular_expression?lang=en#Character_classes
If that does not work, you can use a regex generator like this website, https://regex-generator.olafneumann.org/
/verify
Your changes do not pass checks.
ruffle
- [x] Description
- [x] License
- [x] Hashes
- [ ] Checkver
- [ ] Autoupdate
/verify
All changes look good.
Wait for review from human collaborators.
ruffle
- [x] Description
- [x] License
- [x] Hashes
- [x] Checkver
- [x] Autoupdate
Fixed url and regex.
https://github.com/ScoopInstaller/Versions/blob/master/bucket/ruffle-nightly.json This kinda does already exist in versions
@brian6932 Thanks. I was not aware of the Versions bucket. In that case I will close this.