Commit 2321060c authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play myoffice: fix url search mask (eterbug #17865)

parent b428ddfd
......@@ -22,7 +22,9 @@ fi
# https://preset.myoffice-app.ru/myoffice-standard-home-edition-2.3.0-x86_64.rpm
# https://preset.myoffice-app.ru/myoffice-standard-home-edition_2.3.0_amd64.deb
PKGMASK="$(epm print constructname $PKGNAME "$VERSION" "" "$pkgtype" "" "$delim")"
# https://preset.myoffice-app.ru/myoffice-standard-home-edition-3.2-139.x86_64.rpm
PKGMASK="$(epm print constructname $PKGNAME "$VERSION" "" "$pkgtype" "$delim")"
if [ "$VERSION" = "*" ] ; then
PKGURL="$(eget --list --latest https://myoffice.ru/products/standard-home-edition/ "$PKGMASK")"
else
......
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