Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.skype.client
https://github.com/flathub/com.skype.client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.skype.client
- Owner: flathub
- Created: 2017-09-26T07:36:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:25:00.000Z (2 months ago)
- Last Synced: 2024-10-25T12:55:42.416Z (2 months ago)
- Homepage: https://flathub.org/apps/details/com.skype.Client
- Size: 377 KB
- Stars: 15
- Watchers: 7
- Forks: 34
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Updating Skype Client flatpak
* check out https://support.skype.com/en/faq/FA34778/release-notes-for-skype-for-windows-mac-linux-and-web for release notes for the latest version
* download latest snap using the link from this one-liner:
```
curl -s -H 'Snap-Device-Series: 16' http://api.snapcraft.io/v2/snaps/info/skype | jq '."channel-map" | map(select(.channel.architecture == "amd64" and .channel.name == "stable")) | .[0].download.url'
```
* get size and SHA256 using `sha256sum`
* update `com.skype.Client.json`'s last `extra-data` section with new URL, size and SHA256
* add a top `` entry under `` to the `com.skype.Client.appdata.xml` (`date` attribute value comes from release notes above)
* commit, push & create a PR!