Commit f168066f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play ungoogled-chromium: allow direct download, change to get_github_url

parent f066c3c4
...@@ -13,9 +13,13 @@ if [ "$VERSION" = "*" ] && ! is_glibc_enough 2.35 ; then ...@@ -13,9 +13,13 @@ if [ "$VERSION" = "*" ] && ! is_glibc_enough 2.35 ; then
VERSION="113.0.5672.127" VERSION="113.0.5672.127"
fi fi
[ "$VERSION" != "*" ] && VERSION="$VERSION-1.1" if [ "$VERSION" = "*" ] ; then
# ungoogled-chromium_136.0.7103.59-1_linux.tar.xz
# https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/134.0.6998.88-1/ungoogled-chromium_134.0.6998.88-1_linux.tar.xz PKGURL=$(get_github_url "https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/" "ungoogled-chromium_${VERSION}_linux.tar.xz")
PKGURL=$(eget --list --latest https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases "ungoogled-chromium_${VERSION}_linux.tar.xz") else
# https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/134.0.6998.88-1/ungoogled-chromium_134.0.6998.88-1_linux.tar.xz
VERSION="$VERSION-1"
PKGURL=$(eget --list --latest https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases "ungoogled-chromium_${VERSION}_linux.tar.xz")
fi
install_pack_pkgurl install_pack_pkgurl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment