Commit ed245541 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play levenhuklite: fix download (eterbug #17865)

parent 9229f26b
...@@ -6,7 +6,10 @@ VERSION="$3" ...@@ -6,7 +6,10 @@ VERSION="$3"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
# lvh_software_levenhuklite_4_11_2023_12.zip # lvh_software_levenhuklite_4_12_2024_09.zip
VERSION=$(basename $TAR | sed -e 's/lvh_software_levenhuklite_//' | tr '_' '.')
erc unpack $TAR || fatal erc unpack $TAR || fatal
cd * cd *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PKGNAME=LevenhukLite PKGNAME=LevenhukLite
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64"
VERSION="4.11.2023.12" VERSION="$2"
DESCRIPTION="LevenhukLite microscope" DESCRIPTION="LevenhukLite microscope"
URL="https://www.levenhuk.ru/" URL="https://www.levenhuk.ru/"
...@@ -10,6 +10,6 @@ URL="https://www.levenhuk.ru/" ...@@ -10,6 +10,6 @@ URL="https://www.levenhuk.ru/"
warn_version_is_not_supported warn_version_is_not_supported
PKGURL="https://www.levenhuk.ru/products/materials/0/lvh_software_levenhuklite_${VERSION//./_}.zip" PKGURL=$(eget --list --latest "https://www.levenhuk.ru/products/discovery-mikroskop-cifrovoj-atto-polar-s-knigoj/" "lvh_software_levenhuklite_*.zip")
install_pack_pkgurl $VERSION 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