Commit 83860f81 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: use https where possible

parent 813b731d
...@@ -4,7 +4,7 @@ PKGNAME=epson-printer-utility ...@@ -4,7 +4,7 @@ PKGNAME=epson-printer-utility
SUPPORTEDARCHES="x86_64" SUPPORTEDARCHES="x86_64"
VERSION="$2" VERSION="$2"
DESCRIPTION="Epson Printer Utility - Linux Epson Printer Utility from the official site" DESCRIPTION="Epson Printer Utility - Linux Epson Printer Utility from the official site"
URL="http://support.epson.net/linux/Printer/LSB_distribution_pages/en/utility.php" URL="https://support.epson.net/linux/Printer/LSB_distribution_pages/en/utility.php"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
......
...@@ -4,7 +4,7 @@ PKGNAME=freeplane ...@@ -4,7 +4,7 @@ PKGNAME=freeplane
SUPPORTEDARCHES="x86_64 x86" SUPPORTEDARCHES="x86_64 x86"
VERSION="$2" VERSION="$2"
DESCRIPTION="FreePlane from the official site" DESCRIPTION="FreePlane from the official site"
URL="http://freeplane.sourceforge.net" URL="https://freeplane.sourceforge.net"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
......
...@@ -26,7 +26,7 @@ case $pkgtype in ...@@ -26,7 +26,7 @@ case $pkgtype in
# ;; # ;;
rpm) rpm)
#PKGURL="https://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "$VERSION" $arch)" #PKGURL="https://www.geogebra.net/linux/rpm/$arch/$(epm print constructname $PKGNAME "$VERSION" $arch)"
#http://www.geogebra.net/linux/rpm/x86_64/geogebra-classic-6.0.666.0-202109211234.x86_64.rpm #https://www.geogebra.net/linux/rpm/x86_64/geogebra-classic-6.0.666.0-202109211234.x86_64.rpm
PKGURL="ipfs://Qmc6KzDcverDKJptZd6ffJMqyYbKKcuwdHitB6EAEw2C6n?filename=geogebra-classic-6.0.666.0-202109211234.x86_64.rpm" PKGURL="ipfs://Qmc6KzDcverDKJptZd6ffJMqyYbKKcuwdHitB6EAEw2C6n?filename=geogebra-classic-6.0.666.0-202109211234.x86_64.rpm"
;; ;;
*) *)
......
...@@ -9,8 +9,7 @@ DESCRIPTION="" ...@@ -9,8 +9,7 @@ DESCRIPTION=""
if [ "$(epm print info -s)" = "alt" ] ; then if [ "$(epm print info -s)" = "alt" ] ; then
# https://bugzilla.altlinux.org/46508 # https://bugzilla.altlinux.org/46508
#PKGURL="https://ftp.basealt.ru/pub/distributions/archive/p8/date/2018/01/04/x86_64/RPMS.classic/libicu56-5.6.1-alt1.1.x86_64.rpm" PKGURL="https://ftp.basealt.ru/pub/distributions/archive/p8/date/2018/01/04/x86_64/RPMS.classic/libicu56-5.6.1-alt1.1.x86_64.rpm"
PKGURL="http://ftp.basealt.ru/pub/distributions/archive/p8/date/2018/01/04/x86_64/RPMS.classic/libicu56-5.6.1-alt1.1.x86_64.rpm"
epm install $PKGURL epm install $PKGURL
else else
epm install libicu56 epm install libicu56
......
...@@ -8,6 +8,6 @@ URL="https://spotify.com" ...@@ -8,6 +8,6 @@ URL="https://spotify.com"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
PKGURL="http://repository.spotify.com/pool/non-free/s/spotify-client/$(epm print constructname $PKGNAME "$VERSION*" amd64 deb)" PKGURL="https://repository.spotify.com/pool/non-free/s/spotify-client/$(epm print constructname $PKGNAME "$VERSION*" amd64 deb)"
install_pkgurl install_pkgurl
...@@ -10,6 +10,6 @@ URL="https://svp-team.com/wiki/SVP:Linux" ...@@ -10,6 +10,6 @@ URL="https://svp-team.com/wiki/SVP:Linux"
warn_version_is_not_supported warn_version_is_not_supported
PKGURL="http://www.svp-team.com/files/svp4-latest.php?linux" PKGURL="https://www.svp-team.com/files/svp4-latest.php?linux"
install_pack_pkgurl install_pack_pkgurl
...@@ -11,7 +11,7 @@ URL="https://www.support.xerox.com" ...@@ -11,7 +11,7 @@ URL="https://www.support.xerox.com"
warn_version_is_not_supported warn_version_is_not_supported
PKGURL="http://download.support.xerox.com/pub/drivers/B215/drivers/linux/ar/Xerox_B215_Linux_PrintDriver_Utilities.tar.gz" PKGURL="https://download.support.xerox.com/pub/drivers/B215/drivers/linux/ar/Xerox_B215_Linux_PrintDriver_Utilities.tar.gz"
install_pack_pkgurl || exit install_pack_pkgurl || exit
......
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