mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
New version 13.0.1-10802
This commit is contained in:
parent
a32b01fc04
commit
fc9b770576
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = speedifyui
|
||||
pkgdesc = Use multiple internet connections in parallel
|
||||
pkgver = 13.0.0.10794
|
||||
pkgver = 13.0.1.10802
|
||||
pkgrel = 0
|
||||
url = https://speedify.com/
|
||||
arch = x86_64
|
||||
|
|
@ -10,11 +10,11 @@ pkgbase = speedifyui
|
|||
depends = speedify
|
||||
depends = libayatana-appindicator
|
||||
depends = webkit2gtk
|
||||
source_x86_64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.0-10794_amd64.deb
|
||||
md5sums_x86_64 = 5aaf970524610104d633f40afd59f49a
|
||||
source_aarch64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.0-10794_arm64.deb
|
||||
source_x86_64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.1-10802_amd64.deb
|
||||
md5sums_x86_64 = a248373801175e83366069f1d97b8e07
|
||||
source_aarch64 = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.1-10802_arm64.deb
|
||||
md5sums_aarch64 = SKIP
|
||||
source_armv7h = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.0-10794_armhf.deb
|
||||
source_armv7h = http://apt.connectify.me/pool/main/s/speedifyui/speedifyui_13.0.1-10802_armhf.deb
|
||||
md5sums_armv7h = SKIP
|
||||
|
||||
pkgname = speedifyui
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: loupzeur <loup@loupzeur.net>
|
||||
pkgname=speedifyui
|
||||
_pkgver=13.0.0-10794
|
||||
_pkgver=13.0.1-10802
|
||||
pkgver=${_pkgver/-/.}
|
||||
pkgrel=0
|
||||
pkgdesc="Use multiple internet connections in parallel"
|
||||
|
|
@ -21,7 +21,7 @@ source_x86_64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pk
|
|||
source_aarch64=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_arm64.deb)
|
||||
source_armv7h=(http://apt.connectify.me/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${_pkgver}_armhf.deb)
|
||||
# TODO: i386 is also supported
|
||||
md5sums_x86_64=('5aaf970524610104d633f40afd59f49a')
|
||||
md5sums_x86_64=('a248373801175e83366069f1d97b8e07')
|
||||
md5sums_aarch64=('SKIP')
|
||||
md5sums_armv7h=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue