Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silverqx/files
Publicly available files for various services eg. github workflows
https://github.com/silverqx/files
Last synced: 12 days ago
JSON representation
Publicly available files for various services eg. github workflows
- Host: GitHub
- URL: https://github.com/silverqx/files
- Owner: silverqx
- License: mit
- Created: 2022-06-23T17:45:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T18:00:25.000Z (3 months ago)
- Last Synced: 2024-08-23T19:42:34.700Z (2 months ago)
- Language: PowerShell
- Size: 64.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated 🙌
This project isn't needed anymore after the Qt v5.15 was dropped.
# Files used in the TinyORM GitHub actions
Regenerating hashes is needed after any archive upgrade. Change directory to the repository root and invoke:
```pwsh
.\tools\Get-DownloadsHash.ps1 -Platform Linux,Windows
```The script knows which files to hash by the file extension, *.7z for Windows and *.bz2 and *.xz for Linux.
To upgrade ccache simply download the .tar.xz archive from https://github.com/ccache/ccache/releases
Upgrading clazy standalone isn't that simple, I'm using clazy standalone from QtCreator so it must by manually bzip-ed to clazy-standalone.tar.bz2 file using the following command:
```bash
tar cjvf ../clazy-standalone.tar.bz2 .
```