Skip to content

Commit

Permalink
add binaries for portable linux build of 126.0.6478.182-1 (#564)
Browse files Browse the repository at this point in the history
* add binaries for portable linux build of 126.0.6478.182-1

* use 'packaging' package in favour of deprecated 'pkg_resources' package from setuptools
  • Loading branch information
clickot authored Jul 18, 2024
1 parent 7fde5ff commit 2b6eef2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
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

0 comments on commit 2b6eef2

Please sign in to comment.