Package Details: speedify 14.9.4.12133-0

Git Clone URL: https://aur.archlinux.org/speedify.git (read-only, click to copy)
Package Base: speedify
Description: Use multiple internet connections in parallel
Upstream URL: https://speedify.com/
Keywords: bridge cellular connectify ethernet interface merge network vpn wifi
Licenses: unknown
Provides: speedify
Submitter: marsoft
Maintainer: loupzeur (rnbguy, marsoft)
Last Packager: loupzeur
Votes: 2
Popularity: 0.000855
First Submitted: 2020-04-28 03:19 (UTC)
Last Updated: 2024-10-09 06:29 (UTC)

Latest Comments

« First ‹ Previous 1 2

loupzeur commented on 2022-01-05 19:05 (UTC)

Hello @rnbguy, I have no idea how orphan package works, I can try. Thanks for the idea for the automated version update.

rnbguy commented on 2022-01-05 12:49 (UTC) (edited on 2022-01-05 12:49 (UTC) by rnbguy)

Also, a pkgver() function would be good for automated version update.

_pkgver() {
    curl -s https://apt.connectify.me/dists/speedify/main/binary-amd64/Packages \
    | grep -A6 "Package: ${pkgname}" \
    | grep 'Version: ' \
    | cut -d' ' -f2 \
    | sort -n -r \
    | head -1
}

pkgver() {
    version="$(_pkgver)"
    echo "${version/-/.}"
}

source_x86_64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_$(_pkgver)_amd64.deb)

rnbguy commented on 2022-01-05 12:45 (UTC) (edited on 2022-01-05 12:45 (UTC) by rnbguy)

Hey @loupzeur, looks like you spawned a speedify-bin after speedify. I just requested orphan on it. Care to adopt speedify when the orphan-request is processed and merge speedify-bin onto speedify?

rnbguy commented on 2022-01-05 12:14 (UTC)

Latest version is 11.8.0-10224.

rnbguy commented on 2021-11-11 10:40 (UTC)

Latest version is 11.7.0-10182.

marsoft commented on 2021-01-05 19:01 (UTC)

Thanks, fixed.

akshettrj commented on 2021-01-05 17:23 (UTC) (edited on 2021-01-05 17:23 (UTC) by akshettrj)

It has some missing dependencies: 1) lsof 2) net-tools