Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add binaries for portable linux build of 126.0.6478.182-1 #564

Merged
merged 2 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions config/platforms/appimage/64bit/126.0.6478.182-1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[_metadata]
publication_time = 2024-07-18T12:22:54.739161
github_author = clickot
# Add a `note` field here for additional information. Markdown is supported

[ungoogled-chromium_126.0.6478.182-1.AppImage]
url = https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/126.0.6478.182-1/ungoogled-chromium_126.0.6478.182-1.AppImage
md5 = 3c0d5f3ab507872bf23d01331a7972b8
sha1 = 0a0d77d74e6bb7f6c3e62ea2e383a00195266345
sha256 = b1295982a8fd176c8fccd50750578efbef6f1999d587b1114ed06fa7aae5f841
10 changes: 10 additions & 0 deletions config/platforms/linux_portable/64bit/126.0.6478.182-1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[_metadata]
publication_time = 2024-07-18T12:22:54.235940
github_author = clickot
# Add a `note` field here for additional information. Markdown is supported

[ungoogled-chromium_126.0.6478.182-1_linux.tar.xz]
url = https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/126.0.6478.182-1/ungoogled-chromium_126.0.6478.182-1_linux.tar.xz
md5 = 6454fcba2be26c7259ab679521d4b5fd
sha1 = 7039e2d266ce7d8cc2d0ceb87a85912a90390d69
sha256 = 9099f9bbc7654c052fd598ba42e595cf012821ae1228bc69cc6f77504dc638c9
2 changes: 1 addition & 1 deletion utilities/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Markdown
setuptools
packaging
requests
2 changes: 1 addition & 1 deletion utilities/site_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

import markdown # Python-Markdown: https://github.com/waylan/Python-Markdown
from pkg_resources.extern.packaging.version import Version as VersionSortKey
from packaging.version import Version as VersionSortKey

if __name__ == "__main__" and (__package__ is None or __package__ == ""):

Expand Down