Commit b7c08a3e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play chromium-gost: use get_github_url to avoid GitHub API call when version is known

parent fcf26f67
......@@ -14,6 +14,6 @@ URL="https://github.com/deemru/chromium-gost/"
arch=amd64
pkgtype=deb
PKGURL="$(eget --list --latest https://github.com/deemru/chromium-gost/releases "chromium-gost-$VERSION-linux-$arch.$pkgtype")"
PKGURL="$(get_github_url "https://github.com/deemru/chromium-gost/" "chromium-gost-$VERSION-linux-$arch.$pkgtype")"
install_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