Skip to content

Commit

Permalink
Add Thorium browser.
Browse files Browse the repository at this point in the history
Closes #912
  • Loading branch information
marosg42 authored and flexiondotorg committed Nov 9, 2023
1 parent c6e4450 commit 69acd0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions 01-main/manifest
Expand Up @@ -230,6 +230,7 @@ telegraf
terraform
texworks
thinlinc-client
thorium-browser
tidal-hifi
tixati
tonelib-bassdrive
Expand Down
9 changes: 9 additions & 0 deletions 01-main/packages/thorium-browser
@@ -0,0 +1,9 @@
DEFVER=1
get_github_releases "Alex313031/Thorium" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL="$(grep "browser_download_url.*\.deb\"" "${CACHE_FILE}" | head -n1 | cut -d'"' -f4)"
VERSION_PUBLISHED="$(echo "${URL}" | cut -d'/' -f8 | sed "s/M//")"
fi
PRETTY_NAME="Thorium"
WEBSITE="https://thorium.rocks/"
SUMMARY="Faster Chromium browser."

0 comments on commit 69acd0f

Please sign in to comment.