Extras icon indicating copy to clipboard operation
Extras copied to clipboard

sidekick-browser: add version 104.28.1.24085-16229a5

Open kris3713 opened this issue 3 years ago • 42 comments

Closes #9294

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 21:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 21:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 22:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 22:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 22:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 22:09 github-actions[bot]

/verify

kris3713 avatar Sep 24 '22 22:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 24 '22 22:09 github-actions[bot]

/verify

kris3713 avatar Sep 25 '22 00:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 25 '22 00:09 github-actions[bot]

/verify

kris3713 avatar Sep 25 '22 00:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 25 '22 00:09 github-actions[bot]

/verify

kris3713 avatar Sep 25 '22 00:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 25 '22 00:09 github-actions[bot]

/verify

kris3713 avatar Sep 25 '22 01:09 kris3713

Your changes do not pass checks.

sidekick-browser

  • [x] Description
  • [x] License
  • [x] Hashes
  • [ ] Checkver
  • [ ] Autoupdate

github-actions[bot] avatar Sep 25 '22 01:09 github-actions[bot]

@issaclin32 or @tech189. I am having a hard time figuring out the regex for the checkver in this manifest. When either of you have the time, could you please help me.

This is the regex I used for this website. sidekick-win-release-x64-([\d]+(\.[\d]+)+)([+-]?(?=\.\d|\d)(?:\d+)?(?:\.?\d*))(?:[eE]([+-]?\d+))?a\d-df.exe

kris3713 avatar Sep 25 '22 01:09 kris3713

The regex even works in VSCodium. So why does it not work in scoop? image_5

kris3713 avatar Sep 25 '22 01:09 kris3713

It could be because Scoop uses the .NET version of Regex. But it would be better to use the website directly rather than the Softpedia mirror.

You'll need to write a checkver script that just prints the ultimate redirect from this page: https://api.meetsidekick.com/downloads/df/win. Then you can use the regex you've already written in a regex section in checkver to parse it. Then autoupdate can form the download from https://fast-cdn.meetsidekick.com/builds/sidekick-win-release-x64-$version-df.exe

Inkscape's manifest uses this code which you might find useful: https://github.com/ScoopInstaller/Extras/blob/0520617216b7178916a91ac81ea81f1234856c3c/bucket/inkscape.json#L30

tech189 avatar Sep 25 '22 19:09 tech189